simple blockchain for educational purposes

alimiracle 456f1f0711 add code 1 year ago
README.md 456f1f0711 add code 1 year ago
blockchain.py 456f1f0711 add code 1 year ago
requirements 456f1f0711 add code 1 year ago
run.py 456f1f0711 add code 1 year ago

README.md

simple_blockchain

simple blockchain for educational purposes

Introduction:

this is simple blockchain for educational purposes. I do not believe that it is stable, and there may be errors. However, you can use the code to learn how a blockchain works. The code includes various features such as mining and decentralization. The code is divided into two parts: the blockchain code and an API application that uses the Flask web framework.