Unified interface for connecting to and interacting with Reth nodes.
This crate provides a comprehensive library for connecting to Ethereum endpoints using Reth, supporting both Ethereum mainnet and Optimism L2 networks.
- HTTP (default)
- IPC (feature =
ipc) - WebSocket (feature =
ws) - Direct database access via libmdbx (feature =
reth-db)
full- All connection types and integrationsrevm- REVM execution supportop-reth-db- Optimism node supportrayon- Parallel execution support
- RPC client implementations
- Streaming support for blocks, transactions, and logs
- Direct database access for local nodes
- Integration with Uniswap storage utilities