simple blockchain for educational purposes
|
vor 10 Monaten | |
---|---|---|
README.md | vor 10 Monaten | |
blockchain.py | vor 2 Jahren | |
requirements | vor 2 Jahren | |
run.py | vor 2 Jahren |
this project has been archived and migrated to codeberg. To access the project on codeberg,
simple blockchain for educational purposes
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.