Skip to content

Rust implementation of web3 library to handle Ethereum JSON-RPC client.

Notifications You must be signed in to change notification settings

AchalaSB/web3-rs-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Rust implementation of web3 library to handle Ethereum JSON-RPC client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages