HyperTui is a tool that displays on-chain data and analytics in a terminal user interface (TUI)! It makes use of Envio's HyperSync feature to query Ethereum and EVM compatible chains. It heavily leverages the Ratatui library to create the UI. Hypertui is created during ETHOnline 2024.
HyperTui is written in Rust, so make sure you have Rust installed on your system. In order to build the HyperSync rust-client you will also need to install the capnproto tool:
Linux
apt-get install -y capnproto libcapnp-dev
Windows
choco install capnproto
MacOs
brew install capnp
To start the application run
cargo run