#string #ethereum #data #blocks #transfer #formatting #transaction

etop-format

etop-format contains functions for fomatting data into strings

2 releases

0.1.1 Dec 1, 2023
0.1.0 Dec 1, 2023

#21 in #transactions

Download history 27/week @ 2024-02-18 17/week @ 2024-02-25 6/week @ 2024-03-03 24/week @ 2024-03-10 2/week @ 2024-03-17 10/week @ 2024-03-24 58/week @ 2024-03-31 3/week @ 2024-04-07 5/week @ 2024-04-21

66 downloads per month
Used in 3 crates (via etop-core)

MIT/Apache

130KB
2.5K SLoC

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

lib.rs:

functions for formatting data into text

Dependencies

~39–52MB
~1M SLoC