Crate reth_node_core

source
Expand description

The core of the Ethereum node. Collection of utilities and libraries that are used by the node.

Modulesยง

  • Parameters for configuring the rpc more granularity via CLI
  • Additional CLI configuration support.
  • reth data directories.
  • Helper types for waiting for the node to exit.
  • Support for customizing the node
  • Re-exported from reth_primitives.
  • Re-export of reth_rpc_* crates.
  • Utility functions for node startup and shutdown, for example path parsing and retrieving single blocks from the network.
  • Version information for reth.