2 releases
| 0.1.1 | Dec 1, 2023 |
|---|---|
| 0.1.0 | Dec 1, 2023 |
#4 in #htop
Used in 2 crates
165KB
3.5K
SLoC
etop
like htop for Ethereum
etop offers effortless visibility into what's happening on chain
Contents
Installation
Install From Crates.io
cargo install etop-cli
Install From Source
git clone https://github.com/paradigmxyz/etop
cd etop
cargo install --path crates/etop-cli
Example Usage
-
Show summary of ERC20 Transfers
etop erc20_transfers_by_erc20 -
Show summary of transactions per contraction
etop transactions_by_to_address -
Show 10 most recent blocks
etop blocks -w 10
Keyboard Shortcuts
]increment block[decrement block}increment window{decrement windowlsnap to live dataqquit
Parameters
--window: data window size in number of blocks--block: block to start at, by default starts at latest block--rpc: rpc endpoint url
Dependencies
~69–105MB
~2M SLoC