<style>
.reveal {
font-size: 36px;
}
.h2 {
color: green;
}
img[alt=scanner-arch] { width: 500px; }
</style>
# Aleo's Dev Community Call
- Explorer
- Record-Scanner
- Aleo Wallet____
- Aleo Development Testnet3 Node
---
## Explorer
----
## Demo
---
## Record Scanner
----
## Record Scanner
Demo
----
## Metrics
<figure>
<img src="https://i.imgur.com/0zIKI33.png" width="50%">
</figure>
<figure>
<img src="https://i.imgur.com/GsRyYdU.png" width="30%">
</figure>
- How we did these benchmarks: https://www.notamonadtutorial.com/benchmarking-and-analyzing-rust-performance-with-criterion-and-iai/
---
## Wallet
An add-on made in rescript
<figure>
<img src="https://i.imgur.com/lFMpzxt.png" width="30%">
</figure>
----
## Wallet
<figure>
<img src="https://i.imgur.com/qRyg78g.png" width="30%">
</figure>
----
## Wallet
<figure>
<img src="https://i.imgur.com/0xDlTym.png" width="30%">
</figure>
----
## Wallet
Import account


----
## Wallet
<figure>
<img src="https://i.imgur.com/vAuyosI.png" width="30%">
</figure>
----
## Wallet
<figure>
<img src="https://i.imgur.com/Sm3R1LR.png" width="30%">
</figure>
----
## Wallet
<figure>
<img src="https://i.imgur.com/FgpMxJI.png" width="30%">
</figure>
----
## Wallet
<figure>
<img src="https://i.imgur.com/ON2rlr2.png" width="30%">
</figure>
----
## Wallet
<figure>
<img src="https://i.imgur.com/viypGuL.png" width="30%">
</figure>
----
## Wallet
<figure>
<img src="https://i.imgur.com/wQfeAwP.png" width="30%">
</figure>
---
## Aleo's development node
- A local (in memory) development node with an exposed API.
- To run a development node run these commands
```bash
git clone https://github.com/AleoHQ/aleo.git
cd aleo
cargo install --path .
cd examples/token
aleo node start
```
- More on how to use this: https://www.entropy1729.com/aleo-development-starter-pack/
---
## Aleo's development node
### API
- `GET /testnet3/latest/block/height`
- `GET /testnet3/latest/block/hash`
- `GET /testnet3/latest/block`
- `GET /testnet3/block/{height}`
- `GET /testnet3/statePath/{commitment}`
- `GET /testnet3/records/all`
- `GET /testnet3/records/spent`
- `GET /testnet3/records/unspent`
- `POST /testnet3/transaction/broadcast`
{"metaMigratedAt":"2023-06-17T07:08:18.938Z","metaMigratedFrom":"YAML","title":"Aleo's Dev Community Call","breaks":true,"slideOptions":"{\"transition\":\"slide\",\"spotlight\":{\"enabled\":false}}","contributors":"[{\"id\":null,\"add\":4,\"del\":0},{\"id\":\"37fd0508-b9d0-42b8-8ae3-ccec384e3114\",\"add\":1874,\"del\":419},{\"id\":\"0a1e6626-2d95-4378-b881-f45c4b118eeb\",\"add\":1314,\"del\":199},{\"id\":\"84c7c196-b3e1-4d06-b5bd-3b43b2e3054b\",\"add\":125,\"del\":260}]"}