Crate reth_cli_commands

Source
Expand description

Commonly used reth CLI commands.

Re-exports§

pub use node::NodeCommand;

Modules§

common
Contains common reth arguments
config_cmd
CLI command to show configs.
db
dump_genesis
Command that dumps genesis block JSON configuration to stdout
import
Command that initializes the node by importing a chain from a file.
init_cmd
Command that initializes the node from a genesis file.
init_state
Command that initializes the node from a genesis file.
node
Main node command for launching a node
p2p
P2P Debugging tool
prune
Command that runs pruning without any limits.
recover
reth recover command.
stage
reth stage command
test_vectorsarbitrary
Command for generating test vectors.

Macros§

compact_typesarbitrary