REST API built on Iroha Hyperledger python library

kunickyd 8aaec5d917 add .gitignore 3 年之前
.gitignore 8aaec5d917 add .gitignore 3 年之前
README.md 07d429e656 Update 'README.md' 3 年之前
app.py 6008b8b05f initial commit 3 年之前

README.md

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