Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 571 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 571 Bytes

amberdata-example-chainlink

Sample Contracts with Chainlink interacting Amberdata API

Getting Started

// 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

Resources

Licensing

This project is licensed under the Apache Licence 2.0.