Crates.io | uethers |
lib.rs | uethers |
version | 0.5.1 |
source | src |
created_at | 2022-05-07 03:00:01.243514 |
updated_at | 2023-11-18 00:48:02.405216 |
description | Minimal Ethereum library in Rust. |
homepage | https://docs.rs/uethers |
repository | https://github.com/guanqun/uethers |
max_upload_size | |
id | 581942 |
size | 30,814 |
uethers
A Minimal Ethereum RPC Client in Rust.
Supported RPC endpoints so far:
eth_getBalance
eth_getStorageAt
eth_blockNumber
eth_getTransactionCount
eth_getCode
eth_getBlockByNumber
eth_getTransactionByHash
Why?
ethers-rs
.Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.