AchalaSB / web3-rs-wasm

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Rust 100.0%