Ethereum JSON-RPC multi-transport client. Rust implementation of Web3.js library. This crate can be compiled to Webassembly
First, add this to your Cargo.toml
:
[dependencies]
web3-rs-wasm = { git = "https://github.com/AchalaSB/web3-rs-wasm" }
Next, add this to your crate:
extern crate web3-rs-wasm;