Skip to content

lekhasy/simple-blockchain-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-blockchain-demo

very basic blockchain demo

how to run?

Install python 3: https://www.python.org/downloads/

And then install flask: pip install Flask

Now, you can run python3 app.py to start the app and use postman to make some request

how to debug?

Open folder with VS Code and just hit Debug

demo from superdatascience:

https://tools.superdatascience.com/blockchain/block

contributing:

If you want any document for running, debuging ... please create an issue.

Happy Coding!!!