Skip to content

LucaMan32/Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Blockchain

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:

  1. download the code
  2. move inside the project directory
  3. install all the Python's libraries
  4. flask --app app.py run
  5. open http://127.0.0.1:5000
  6. CTRL + C for terminate the program

About

Python code for understand the structure of a blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors