Skip to content

guildxyz/ethock

Folders and files

NameName
Last commit message
Last commit date
Feb 7, 2021
Feb 9, 2021
Jan 31, 2021
Feb 7, 2021
Jan 31, 2021
Jan 31, 2021

Repository files navigation

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();
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages