Expand description
The core of the Ethereum node. Collection of utilities and libraries that are used by the node.
Modules§
- args
- Parameters for configuring the rpc more granularity via CLI
- cli
- Additional CLI configuration support.
- dirs
- reth data directories.
- exit
- Helper types for waiting for the node to exit.
- node_
config - Support for customizing the node
- primitives
- Re-exported primitive types
- rpc
- Re-export of
reth_rpc_*
crates. - utils
- Utility functions for node startup and shutdown, for example path parsing and retrieving single blocks from the network.
- version
- Version information for reth.