mevlog 0.9.2

EVM transactions monitoring and querying CLI/TUI powered by Revm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod chain_info;
pub mod chains;
pub mod debug_available;
pub mod search;
#[cfg(feature = "tui")]
pub mod tui;
pub mod tx;
pub mod update_db;

#[cfg(feature = "mcp")]
pub mod mcp;
#[cfg(feature = "seed-db")]
pub mod seed_db;