reth
Skill based on reth (paradigmxyz/reth), generated 2026-02-25. User docs: https://reth.rs
Reth is a modular, high-performance Ethereum full node in Rust. Execution layer compatible with Engine API. Uses staged sync, MDBX + static files, revm, and jsonrpsee RPC.
Core References
| Topic | Description | Reference |
|---|---|---|
| Project Layout | Crate structure, storage, net, stages, RPC, node | core-project-layout |
| Database | DB trait, tables, DbTx/DbTxMut, codecs, providers | core-database |
Features
| Topic | Description | Reference |
|---|---|---|
| Staged Sync | Pipeline stages, HeaderStage, BodyStage, ExecutionStage, unwind | features-staged-sync |
| Networking | P2P tasks, NetworkConfig, FetchClient, ETH requests, tx propagation | features-networking |
| RPC | Namespaces, transports, engine API, rpc-builder | features-rpc |
| Node Builder | Configuring and running a node programmatically | features-node-builder |
More from hairyf/blockchain-skills
solana-anchor
Agent-oriented skills for the Anchor framework—Solana program structure, accounts, CPI, IDL, clients, and tooling.
7solana
Solana blockchain development — core concepts, clients, RPC, tokens, and payments for agent-driven tooling.
6tron
TRON (java-tron) - account model, DPoS, resources, system contracts, TVM, TRC-10/TRC-20, DEX, APIs, events, TronGrid.
4solana-kit
Solana Kit (JavaScript SDK) — RPC, signers, transactions, accounts, codecs, instruction plans, and program clients for agent-driven Solana tooling.
4tronbox
Development framework and testing environment for TRON (TVM) and EVM-compatible chains — compile, migrate, test, and console.
3tonweb
TonWeb JavaScript SDK for TON. Wallets, BOC, HttpProvider, NFT, Jetton, DNS.
3