Your_First_Decentralized_Application_Python
Your_First_Decentralized_Application_Python copied to clipboard
An up to date and bare minimum tutorial on deploying smart contracts with python
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...
Hey, I've re-created your Flask app using [easysolc](https://github.com/brunneis/easysolc) instead of solc-py as that seems to be deprecated(?) and does not support solc v0.5.0+. Additionally, solc v0.5.x had a breaking change...