Expand description
A simple Ethereum RPC implementation.
Modules§
- curl
- HTTP JSON RPC client implemented with curl.
- eth
- The
ethnamespace. - ext
- Module containing common extensions to the standard Ethereum RPC methods.
- http
- jsonrpc
- Module containing serializable JSON RPC data types.
- method
- Module containing concept of an Ethereum RPC method.
- types
- Ethereum RPC types.
- web3
- The
web3namespace.