memchain 0.2.0

In-memory blockchain simulator.
Documentation

memchain

Latest Version docs

This crate provides an in-memory blockchain with Ethereum-like semantics. Memchain is primarily useful for integration tests. In fact, it can be compiled to Wasm using cargo build --target wasm32-unknown-unknown and called from JavaScript (in Node or the browser) via its FFI bindings. To build the bindings, you'll want to pass --features ffi.