원클릭으로
reth
Reth — modular Ethereum execution client (Rust); node, sync, RPC, storage, networking.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reth — modular Ethereum execution client (Rust); node, sync, RPC, storage, networking.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | reth |
| description | Reth — modular Ethereum execution client (Rust); node, sync, RPC, storage, networking. |
| metadata | {"author":"Hairy","version":"2026.2.25","source":"Generated from https://github.com/paradigmxyz/reth, scripts at https://github.com/antfu/skills"} |
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.
| 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 |
| 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 |
| Topic | Description | Reference |
|---|---|---|
| Development | Build, test, lint, PR workflow, commenting | best-practices-development |
Go Ethereum (geth) — CLI, JSON-RPC, Clef, abigen, and developer workflows.
Agent-oriented skills for the Anchor framework—Solana program structure, accounts, CPI, IDL, clients, and tooling.
Solana Kit (JavaScript SDK) — RPC, signers, transactions, accounts, codecs, instruction plans, and program clients for agent-driven Solana tooling.
Solana blockchain development — core concepts, clients, RPC, tokens, and payments for agent-driven tooling.
TON Blueprint development environment — project layout, build/test/run, NetworkProvider, config, scripts, wrappers, and deploy/testing practices.
TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API.