Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 353 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 353 Bytes

rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of Web3.js library. This crate can be compiled to Webassembly

Usage

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;