11 次发布

0.5.1 2023年11月18日
0.5.0 2022年5月27日
0.4.1 2022年5月27日
0.3.0 2022年5月25日
0.1.1 2022年5月7日

#2093 in 魔法豆

25 次每月下载

MIT/Apache

19KB
414

uethers

一个简单的 Rust 语言以太坊 RPC 客户端。

目前支持的 RPC 端点

  1. eth_getBalance
  2. eth_getStorageAt
  3. eth_blockNumber
  4. eth_getTransactionCount
  5. eth_getCode
  6. eth_getBlockByNumber
  7. eth_getTransactionByHash

为什么?

  1. 对于一些小型项目,我不想引入太多由 ethers-rs 使用的异步 crate。
  2. 对我来说,主要用例是实现仅使用一些基本 RPC 端点的 EVM 后端。

贡献

除非你明确声明,否则你提交的任何贡献,都应按上述方式双授权,不附加任何额外条款或条件。

依赖项

~2.6–4MB
~99K SLoC