awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCustom Consensus Engine Implementations

Replacing the default block validation logic with a custom consensus engine while reusing other node components.

Distinct from Consensus Engines: Distinct from Consensus Engines: focuses on the ability to implement and swap in custom consensus engines, not the engine component itself.

Explore 1 awesome GitHub repository matching data & databases · Custom Consensus Engine Implementations. Refine with filters or upvote what's useful.

Awesome Custom Consensus Engine Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • paradigmxyz/rethparadigmxyz 的头像

    paradigmxyz/reth

    5,652在 GitHub 上查看↗

    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

    Allows replacing the default block validation logic with a custom consensus engine while reusing other node components.

    Rust
    在 GitHub 上查看↗5,652
  1. Home
  2. Data & Databases
  3. Consensus Engines
  4. Custom Consensus Engine Implementations