Skip to content

innoq/innoq-blockchain-python

Repository files navigation

innoq-blockchain-python

playground blockchain in Python

Dependencies / Conda env

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

Run flask application

export FLASK_APP=springfield_chain/web_api/api.py
flask run

Tests

Using pytest:

$ py.test -s --tb=short test

About

playground blockchain in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5