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