Crates.io | turtlescan |
lib.rs | turtlescan |
version | 0.6.0 |
source | src |
created_at | 2021-08-31 06:49:29.666275 |
updated_at | 2021-09-20 20:39:11.712522 |
description | Explore Ethereum from the safety of your shell |
homepage | |
repository | https://github.com/lithp/turtlescan |
max_upload_size | |
id | 444887 |
size | 135,702 |
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