Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 440 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 440 Bytes

Chainlinked

Implementation of how to make a Chainlinked contract.

Requirements

  • NPM

Installation

npm install

Or

yarn install

Test

npm test

Deploy

If 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