2 个不稳定版本
0.1.0 | 2021 年 2 月 5 日 |
---|---|
0.0.3 | 2021 年 1 月 31 日 |
#44 in #mock
43KB
544 行
ethock - 以太坊模拟
用 Rust 编写的轻量级以太坊 JSON RPC 模拟器
使用方法
ethock_lib = "x.x.x"
fn main() {
// Serve in blocking mode
ethock_lib::server::Entry::new("localhost:8545").serve();
// Serve in non-blocking mode
ethock_lib::server::Entry::new("localhost:8545").serve_silent();
}
依赖关系
~16MB
~271K SLoC