REST API built on Iroha Hyperledger python library

kunickyd ff00a0cf1e no data handling 3 éve
.gitignore 8aaec5d917 add .gitignore 3 éve
README.md 07d429e656 Update 'README.md' 3 éve
app.py ff00a0cf1e no data handling 3 éve

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