Skip to content

paradigmxyz/etop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etop

Rust Telegram Chat

like htop for Ethereum

etop offers effortless visibility into what's happening on chain

image

Contents

  1. Installation
  2. Example Usage

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

  1. Show summary of ERC20 Transfers etop erc20_transfers_by_erc20

  2. Show summary of transactions per contraction etop transactions_by_to_address

  3. Show 10 most recent blocks etop blocks -w 10

Keyboard Shortcuts

  • ] increment block
  • [ decrement block
  • } increment window
  • { decrement window
  • l snap to live data
  • q quit

Parameters

  • --window: data window size in number of blocks
  • --block: block to start at, by default starts at latest block
  • --rpc: rpc endpoint url

About

like htop for Ethereum and other EVM chains

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages