memchain

Crates.iomemchain
lib.rsmemchain
version0.4.1
sourcesrc
created_at2019-05-31 19:17:34.863836
updated_at2020-03-31 23:46:03.967379
descriptionIn-memory blockchain simulator.
homepage
repositoryhttps://github.com/oasislabs/oasis-rs.git
max_upload_size
id138214
size22,242
Nick Hynes (nhynes)

documentation

README

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.

Commit count: 147

cargo fmt