# iroha-rest-api ## How to run: 1. You need Python and Flask installed on your system 2. Export these enviromental variables: `export FLASK_APP=$PWD/app.py` `export FLASK_ENV=development` 3. Run `flask run` command