A fast rust-based implementation of a simple cryptocurrency/blockchain using merkle trees and proof of work.
Once cloned, a simple cargo run should install all of the necessary dependencies.
Make sure that the rust build is nightly (rustup default nightly) before opening an issue.
- Blockchain and underlying data structure
- Blocks and block data
- Merkle tree implementation/usage (maybe doesn't need to go here? unsure.)
- End-to-end veryfication and other usage details
- Design phase and first steps towards implementation
- Design phase and framework/stack decisions