off_blockway 0.0.8

Custom library for the OffBlockway project. I wouldn't use this if I were you :(
Documentation

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