REST API built on Iroha Hyperledger python library

kunickyd ff00a0cf1e no data handling hace 3 años
.gitignore 8aaec5d917 add .gitignore hace 3 años
README.md 07d429e656 Update 'README.md' hace 3 años
app.py ff00a0cf1e no data handling hace 3 años

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