Python code for understand the structure of a blockchain, made by Manfrin luca
This project is made for the course of Cryptography at the 'SSRI' course at Unimi.
It's made for showing graphically how it works a simple blockchain, like transactions between two users, creation of new block, hash, digital signatures and more features that i'm constantly updating.
How to run the script:
- download the code
- move inside the project directory
- install all the Python's libraries
- flask --app app.py run
- open http://127.0.0.1:5000
- CTRL + C for terminate the program