playground blockchain in Python
Install conda / miniconda with Python 3.6. Then create an environment called "blockchain" from the YAML file:
$ conda env create -f environment.yml
You can then select the "blockchain" environment in PyCharm. To activate it on console use:
$ . activate blockchain
You can choose the env 'blockchain' after creating in PyCharm. To activate it on console use:
source activate blockchain
export FLASK_APP=springfield_chain/web_api/api.py
flask run
Using pytest:
$ py.test -s --tb=short test