Sample Contracts with Chainlink interacting Amberdata API
// 1. Install
$ npm i
// 2. Get Truffle & Ganache
$ npm install -g truffle
$ npm install -g ganache-cli
// 3. Compile
$ truffle compile
// 3. Migrate to Networks
$ (in another terminal tab) ganache-cli
$ truffle migrate --reset
This project is licensed under the Apache Licence 2.0.