暫無描述

kunickyd c2f01222ee Merge branch 'master' of https://git.lesprojekt.cz/kunickyd/chain4all-service 4 年之前
.gitignore d84c52edc0 ignore vscode files 4 年之前
README.md d393a1ed60 Update 'README.md' 4 年之前
app.js 86d9468b1a buy endpoint impl 4 年之前
package.json 01df3308dc price calculation implemented & new error handling 4 年之前

README.md

chain4all-service

How to run:

  1. You need Node installed on your system
  2. Run npm install
  3. Run npm run dev
  4. Enjoy!

Configuration:

You can configure chain4all-service using following enviromental variables:
CHAIN4ALL_SERVICE_PORT - port which should this service use (default: 3000)
IROHA_API_HOST - host address of iroha-rest-api (default: http://localhost)
IROHA_API_PORT - port of iroha-rest-api (default: 5000)
IROHA_DOMAIN - name of Iroha domain, see this (default: test)