Building Helix: A MEV Arbitrage Detector with Rust and REVM
How I built a cyclic DEX arbitrage detector that forks live Ethereum mainnet state and simulates swap execution with bit-exact EVM accuracy. A deep dive into REVM integration, the actor concurrency pattern, and ternary search optimization in Rust.