A simple key-value store based on a blockchain
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Rustchain
This is a simple blockchain implementation written in Rust. I wrote it to learn the Rust language and how blockchains work in practice.
Building
You need to have the Rust compiler and cargo
installed. Then simply run one of the following commands:
cargo run
cargo build
License
This project is licensed under GPLv3. Please see the license file for more information.