This is a simple blockchain demo by python and flask The app is running by flask.
There are 3 endpoints you can test with Postman
http://127.0.0.1:5000/get_chain
http://127.0.0.1:5000/mine_block
http://127.0.0.1:5000/is_valid
simple blockchain intuition in python
This is a simple blockchain demo by python and flask The app is running by flask.
There are 3 endpoints you can test with Postman
http://127.0.0.1:5000/get_chain
http://127.0.0.1:5000/mine_block
http://127.0.0.1:5000/is_valid