Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sushant-t/simpleblockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

simpleblockchain

A simple visual implementation of a simple blockchain using dictionaries and lists, using Python and Flask as a framework, and HTML and CSS for web design.

Contains simple functions such as registering transactions within blocks, visualizing the blockchain, as well as connecting other nodes to the same blockchain network.

Run using the following command in the command-line:

python3 blockchain.py --port port # (for Python 3 users)
python blockchain.py --port port # (for Python 2 users)

About

A simple, visual implementation of a simple blockchain using dictionaries and lists, using Python and Flask as a framework, and HTML and CSS for web design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors