uethers

Crates.iouethers
lib.rsuethers
version0.5.1
sourcesrc
created_at2022-05-07 03:00:01.243514
updated_at2023-11-18 00:48:02.405216
descriptionMinimal Ethereum library in Rust.
homepagehttps://docs.rs/uethers
repositoryhttps://github.com/guanqun/uethers
max_upload_size
id581942
size30,814
Rust (github:microsoft:rust)

documentation

https://docs.rs/uethers

README

uethers

A Minimal Ethereum RPC Client in Rust.

Supported RPC endpoints so far:

  1. eth_getBalance

  2. eth_getStorageAt

  3. eth_blockNumber

  4. eth_getTransactionCount

  5. eth_getCode

  6. eth_getBlockByNumber

  7. eth_getTransactionByHash

Why?

  1. For some small projects, I don't want to pull in lots of async crates used by ethers-rs.
  2. 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.

Commit count: 28

cargo fmt