ethrex-rpc 17.0.0

JSON-RPC and Engine API server for the ethrex Ethereum execution client
Documentation

ethrex-rpc

JSON-RPC API implementation for the ethrex Ethereum client.

For detailed API documentation, see the rustdocs:

cargo doc --package ethrex-rpc --open

Supported Namespaces

  • eth_*: Standard Ethereum methods
  • engine_*: Consensus client communication
  • debug_*: Debugging and tracing
  • net_*: Network information
  • admin_*: Node administration
  • web3_*: Web3 utilities
  • txpool_*: Transaction pool inspection