REST API built on Iroha Hyperledger python library

kunickyd bda961581e wrap account assets response in JSON object 3 vuotta sitten
.gitignore 8aaec5d917 add .gitignore 3 vuotta sitten
README.md 07d429e656 Update 'README.md' 3 vuotta sitten
app.py bda961581e wrap account assets response in JSON object 3 vuotta sitten

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