Skip to content

ruhilmansi/cli-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-blockchain

build

cargo build

run

cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages