REST API built on Iroha Hyperledger python library

Daniel Kunický 07d429e656 Update 'README.md' hace 3 años
README.md 07d429e656 Update 'README.md' hace 3 años
app.py 6008b8b05f initial commit 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