Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 461 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 461 Bytes

Chainlinked

Implementation of how to make a Chainlinked contract.

Requirements

  • NPM
  • Truffle
  • Yarn
  • GCC (for testing)

Installation

$ yarn install

Test

$ truffle test

Deploy

Local development

$ truffle migrate --network development

Ropsten (requires unlocked & synced Ropsten node)

$ truffle migrate -f 4 --network ropsten --compile-all