8 releases
Uses old Rust 2015
0.0.8 | Dec 15, 2017 |
---|---|
0.0.7 | Dec 15, 2017 |
#20 in #sure
90KB
1K
SLoC
Off Blockway
A Rust implementation of a blockchain using Merkle Tree verification
Running
We're building with cargo so make sure to build using:
cargo build
and run using:
cargo run
Testing
The test file will only be ran and compiled with:
cargo test
as the test functions are ignored in the compilation done by cargo build
Dependencies
~3–4MB
~64K SLoC