SuperFullStack / blockchain-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Blockchain Demo in Python & Flask

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

About


Languages

Language:Python 100.0%