Module web30::client

source ·
Expand description

Byte-order safe and lightweight Web3 client.

Rust-web3 has its problems because it uses ethereum-types which does not work on big endian. We can do better than that just crafting our own JSONRPC requests.

Structs§

  • An instance of Web3Client.