Introduction
mevlog is an EVM transaction monitoring and querying CLI. It detects MEV, tracks smart contract storage, and resolves ENS names across any EVM-compatible chain.
These docs are served under /docs/ alongside the main mevlog.rs app.
See Getting Started to install and run your first query.
Getting Started
Install
cargo install mevlog
First query
Collect transactions across a block range:
mevlog query -b 100:latest
That’s the minimal flow. More commands and the SQL query layer are documented in later sections.