REST API built on Iroha Hyperledger python library

kunickyd bda961581e wrap account assets response in JSON object 3 년 전
.gitignore 8aaec5d917 add .gitignore 3 년 전
README.md 07d429e656 Update 'README.md' 3 년 전
app.py bda961581e wrap account assets response in JSON object 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