| Crates.io | memchain |
| lib.rs | memchain |
| version | 0.4.1 |
| created_at | 2019-05-31 19:17:34.863836+00 |
| updated_at | 2020-03-31 23:46:03.967379+00 |
| description | In-memory blockchain simulator. |
| homepage | |
| repository | https://github.com/oasislabs/oasis-rs.git |
| max_upload_size | |
| id | 138214 |
| size | 22,242 |
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.