Expand description
Main executable for the Reth-Commonware node.
This binary launches a blockchain node that combines:
- Reth’s execution layer for transaction processing and state management
- Commonware’s consensus engine for block agreement
The node operates by:
- Starting the Reth node infrastructure (database, networking, RPC)
- Creating the application state that bridges Reth and Commonware
- Launching the Commonware consensus engine via a separate task and a separate tokio runtime.
- Running both components until shutdown
Configuration can be provided via command-line arguments or configuration files.
Modules§
- defaults 🔒
Structs§
Functions§
- main 🔒