| Crates.io | ethock |
| lib.rs | ethock |
| version | 0.1.0 |
| created_at | 2021-01-31 19:42:46.491891+00 |
| updated_at | 2021-02-05 16:28:06.73492+00 |
| description | Lightweight Ethereum JSON RPC Mock written in Rust |
| homepage | |
| repository | https://github.com/PumpkinSeed/ethock |
| max_upload_size | |
| id | 348990 |
| size | 91,176 |
Lightweight Ethereum JSON RPC Mock written in Rust
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();
}