A customized high performance OP Stack execution client built with the Reth SDK.
Fully compatible with existing OP Stack networks, serving as a drop-in replacement for op-reth.
- Rust 1.92+
- Git
git clone https://github.com/conduit-xyz/conduit-op-reth.git
cd conduit-op-reth
cargo build --profile maxperfRun a local OP Stack chain with 2-second block times:
make devThis builds a debug binary, clears any previous state, and starts the node using the Saigon test genesis.
TBD
