turtlescan

Crates.ioturtlescan
lib.rsturtlescan
version0.6.0
sourcesrc
created_at2021-08-31 06:49:29.666275
updated_at2021-09-20 20:39:11.712522
descriptionExplore Ethereum from the safety of your shell
homepage
repositoryhttps://github.com/lithp/turtlescan
max_upload_size
id444887
size135,702
Brian Cloutier (lithp)

documentation

README

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

Selection_385

tailBlocks

This subcommand emits blocks as soon as your provider discovers that they exist:

$ cargo run -- --provider.url=ws://localhost:8545 tailBlocks

image

Commit count: 135

cargo fmt