Implementation of how to make a Chainlinked contract.
- NPM
- Truffle
- Yarn
- GCC (for testing)
$ yarn install
$ truffle test
Local development
$ truffle migrate --network development
Ropsten (requires unlocked & synced Ropsten node)
$ truffle migrate -f 4 --network ropsten --compile-all