Nincs leírás

kunickyd 0d05e7b3e3 transfer history impl 3 éve
.gitignore b7ff7edc53 ignore db folder 3 éve
README.md 9d298b3c70 Update 'README.md' 3 éve
app.ts 0d05e7b3e3 transfer history impl 3 éve
package.json a0b96e84bb add sqlite3 3 éve
tsconfig.json 8bfe1cbbbc convert-to-typescript 3 éve

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)
PRICE_MODIFIER - price of one area unit (default: 0.5)
CHAIN4ALL_RASTER_CLIP_SCRIPT_PATH - path to a script, that servers extracted spatial data
IROHA_ADDRESS - address of Iroha server (default: localhost:50051)