1 dépôt
Composable frameworks for assembling custom Ethereum-compatible nodes with interchangeable consensus, execution, and storage components.
Distinct from Embedded Ethereum Node Managers: Distinct from Embedded Ethereum Node Managers: focuses on a modular framework for assembling custom nodes, not managing a single bundled client.
Explore 1 awesome GitHub repository matching devops & infrastructure · Modular Node Frameworks. Refine with filters or upvote what's useful.
Reth is a modular, high-performance Ethereum execution layer client written in Rust. It serves as a full Ethereum node that syncs, validates, and serves blockchain data, functioning as an archive node implementation, a high-throughput RPC node server, and a snapshot sync tool. The project is built around a modular component architecture that allows assembling custom node behavior by swapping independent Rust crates for consensus, execution, mempool, and networking. The client distinguishes itself through a staged sync pipeline that downloads headers and bodies online before processing the res
A composable Rust framework for assembling custom Ethereum-compatible nodes with interchangeable consensus, execution, and storage components.