1 unstable release
new 0.1.0 | Mar 14, 2025 |
---|
#427 in Magic Beans
64KB
1.5K
SLoC
Blockrs
Blockrs is a TUI for observing chain data.
[!WARNING]
Project is WIP. Published to crates.io for name reservation at this stage.
Usage
Currently only supports Ethereum RPC:
blockrs https://rpc.flashbots.net
If you want to watch account balances, you need to provide a list via the config file. For example:
cat <<EOF > /tmp/config.yaml
addresses:
- 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
EOF
export BLOCKRS_CONFIG=/tmp/
blockrs https://rpc.flashbots.net
Roadmap
The following features are required for 1.0:
- Interactive mode (stop tail, select block)
- Add implementations for other
ChainProvider
instances beyond Ethereum RPC
Dependencies
~34–49MB
~795K SLoC