Crate tempo

Crate tempo 

Source
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:

  1. Starting the Reth node infrastructure (database, networking, RPC)
  2. Creating the application state that bridges Reth and Commonware
  3. Launching the Commonware consensus engine via a separate task and a separate tokio runtime.
  4. Running both components until shutdown

Configuration can be provided via command-line arguments or configuration files.

Modules§

defaults 🔒

Structs§

TempoArgs 🔒

Functions§

main 🔒