Implementation of how to make a Chainlinked contract.
- NPM
npm installOr
yarn installnpm testIf needed, edit the truffle-config.js config file to set the desired network to a different port. It assumes any network is running the RPC port on 8545.
npm run migrate