ethrex-rpc 17.0.0

JSON-RPC and Engine API server for the ethrex Ethereum execution client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ethrex-rpc

JSON-RPC API implementation for the ethrex Ethereum client.

For detailed API documentation, see the rustdocs:
```bash
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