Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

TUI Dashboard

mevlog ships with a full-blown chains explorer terminal UI. It is gated behind the tui feature, so install it with:

cargo install mevlog --features=tui --locked

and run:

mevlog tui

The dashboard lets you explore over 2k different EVM chains directly from your terminal, thanks to the ChainList integration. It uses the same local SQLite store as the CLI for data storage, so blocks fetched in the TUI are cached and reused by other commands.

mevlog TUI interface