Skip to content

JasonQuinn/BlockChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockChain

Simple code to show how a block chain works

Todo

Add consensus code so extra nodes can be added

Validate transactions

Building

You need python3 installed Create a virtual environment with

python3 -m venv ./venv

Activate the environment with

source venv/bin/activate

Install the required packages with

pip install -r requirements.txt

Adding dependencies

Add to the requirements.txt file and rerun

pip3 install -r requirements.txt

About

Building a BlockChain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages