11 releases
0.5.1 | Nov 18, 2023 |
---|---|
0.5.0 | May 27, 2022 |
0.4.1 | May 27, 2022 |
0.3.0 | May 25, 2022 |
0.1.1 | May 7, 2022 |
#19 in #pull
25 downloads per month
19KB
414 lines
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?
- For some small projects, I don't want to pull in lots of async crates used by
ethers-rs
. - The main use case for me is to implement EVM backend which just uses some preliminary RPC endpoints.
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.
Dependencies
~3.5–5MB
~87K SLoC