4 releases
new 0.0.6 | Mar 16, 2025 |
---|---|
0.0.5 | Mar 14, 2025 |
0.0.4 | Mar 11, 2025 |
0.0.3 | Mar 11, 2025 |
#116 in Visualization
290 downloads per month
69KB
1.5K
SLoC
alto-inspector
Inspect alto
activity.
Status
alto-inspector
is ALPHA software and is not yet recommended for production use. Developers should expect breaking changes and occasional instability.
Installation
Local
cargo install --path . --force
Crates.io
cargo install alto-inspector
Usage
Use -v
or --verbose
to enable verbose logging (like request latency). Use --prepare
to initialize the connection before making the request (for accurate latency measurement).
Get the latest seed
inspector get seed latest
Get the notarization for view 100
inspector get notarization 100
Get the notarizations between views 100 to 110
inspector get notarization 100..110
Get the finalization for view 50
inspector get finalization 50
Get the latest finalized block
inspector get block latest
Get the block at height 10
inspector get block 10
Get the blocks between heights 10 and 20
inspector get block 10..20
Get the block with a specific digest
inspector -- get block 0x65016ff40e824e21fffe903953c07b6d604dbcf39f681c62e7b3ed57ab1d1994
Listen for consensus events
inspector listen
Dependencies
~19–35MB
~642K SLoC