satwikkansal / python_blockchain_app

A fully functional blockchain application implemented in Python from scratch (with tutorial).
819 stars 471 forks source link

flask for windows #41

Open Stoekadoe opened 4 years ago

Stoekadoe commented 4 years ago

The link to the windows flask instruction was not fully clear. I wanted to share the resolution for this.

in CMD:

set FLASK_APP=node_server.py flask run --port 8000