rust CLI blockchain
a simple rust CLI blockchain application. this allows u to create a blockchain, add transactions, mine blocks and modify difficulty and rewards (all from the terminal)
features
- create a blockchain with a genesis block
- add new transactions bw sender and receiver
- mine new blocks using a basic proof of work algorithm
- update mining difficulty and block rewards dynamically
- view blockchain details in ur terminal
installation
first install rust from rust-lang.org
clone the repo
git clone <your-fork-url>
cd cli-blockchainbuild
cargo buildrun
cargo run