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