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)