simple blockchain for educational purposes

alimiracle d7d0ae1cc1 move to codeberg hai 1 ano
README.md d7d0ae1cc1 move to codeberg hai 1 ano
blockchain.py 456f1f0711 add code %!s(int64=2) %!d(string=hai) anos
requirements 456f1f0711 add code %!s(int64=2) %!d(string=hai) anos
run.py 456f1f0711 add code %!s(int64=2) %!d(string=hai) anos

README.md

Important Note:

this project has been archived and migrated to codeberg. To access the project on codeberg,

visit this Link

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.