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