ethock

Crates.ioethock
lib.rsethock
version0.1.0
created_at2021-01-31 19:42:46.491891+00
updated_at2021-02-05 16:28:06.73492+00
descriptionLightweight Ethereum JSON RPC Mock written in Rust
homepage
repositoryhttps://github.com/PumpkinSeed/ethock
max_upload_size
id348990
size91,176
Ferenc Fabian (PumpkinSeed)

documentation

README

ethock - Ethereum Mock

Lightweight Ethereum JSON RPC Mock written in Rust

Usage

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();
}
Commit count: 0

cargo fmt