The project is to demo demonstrate how FIWARE can be integrate with a blockchain/DLTs for FIWARE wednesday webinars.
- NodeJS version 10
- NPM version 6
- docker
- docker-compose
- git
- postman
$ git clone https://github.com/FIWARE-Blockchain/AgrifoodDemoAppand import api-collection in the postman client.
For IOTA
$ cd iota
$ docker-compose upFor ETH
$ cd eth
$ docker-compose upThe frontend application is developed using vue-cli.
you can find the configuration at src/config.js
$ ORION : process.env.CONTEXT_BROKER || "http://localhost:1026",
$ IOTA_CLIENT: process.env.IOTA_CLIENT || "http://localhost:3001",
$ ETH_CLIENT: process.env.ETH_CLIENT || "http://localhost:3002",
$ DLT_TYPE: process.env.DLT_TYPE || "iota", // or eth$ cd Agrifood
$ npm install
$ npm starthttp://localhost:8080
MIT © 2020 FIWARE Foundation e.V.