High‑performance Reth ExEx indexer that streams Uniswap v4 Initialize, Swap, ModifyLiquidity, and Donate events into ClickHouse.
Set ClickHouse connection and run in release mode:
export CLICKHOUSE_URL="http://localhost:8123"
export CLICKHOUSE_DATABASE="default"
cargo run --releasecargo build --release