|
|
3 jaren geleden | |
|---|---|---|
| .gitignore | 3 jaren geleden | |
| README.md | 3 jaren geleden | |
| app.ts | 3 jaren geleden | |
| package.json | 3 jaren geleden | |
| tsconfig.json | 3 jaren geleden |
npm installnpm run devYou 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)
IROHA_ASSET - name of asset which should be used for future transactions (default: coin)
DATA_OWNER - name of Iroha user which should recieve payments (default: admin)
PRICE_MODIFIER - price of one area unit (default: 0.5)