Simple-Blockchain-Django-Flask

This is based on the tutorial provided on https://hackernoon.com/learn-blockchains-by-building-one-117428612f46

The tutorial used Flask to create a blockchain class and made it work. Besides the Flask, this repository also used Django to do the same thing.

The structure and the idea are provided in blockchain structure markdown file.

Hope it could be helpful to you if you're also learning to create a blockchain app.