Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

thodges-gh/Chainlinked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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