loomnetwork / plasma-cash

Plasma Cash Contract & Client. ERC721, ERC20, and ETH compatible
https://loomx.io/developers
Other
271 stars 62 forks source link

run child_chain error #121

Closed dcb9 closed 6 years ago

dcb9 commented 6 years ago
$ FLASK_APP=./child_chain FLASK_ENV=development flask run --port=8546

Usage: flask run [OPTIONS]

Error: The file/path provided (./child_chain) does not appear to exist.  Please verify the path is correct.  If app is not on PYTHONPATH, ensure the extension is .py
$ ls ./child_chain
__init__.py    block.py       exceptions.py  transaction.py
__pycache__    child_chain.py server.py
gakonst commented 6 years ago

Closing as python is no longer in the repo