Skip to content

0xean/Chainlinked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%