6 releases (breaking)
0.6.0 | Sep 20, 2021 |
---|---|
0.5.0 | Sep 16, 2021 |
0.4.0 | Sep 12, 2021 |
0.3.0 | Sep 10, 2021 |
0.1.0 | Aug 31, 2021 |
#19 in #explore
21 downloads per month
81KB
1.5K
SLoC
turtlescan
Explore from the safety of your shell
Installation: cargo install turtlescan
tui
Starts a little tui which connects to your JSON-RPC server and allows you to browse the blockchain.
Usage (after running cargo install turtlescan
): turtlescan --provider.url=ws://localhost:8545 tui
Usage (from a source checkout): cargo run -- --provider.url=ws://localhost:8545 tui
tailBlocks
This subcommand emits blocks as soon as your provider discovers that they exist:
$ cargo run -- --provider.url=ws://localhost:8545 tailBlocks
Dependencies
~15–28MB
~435K SLoC