smartcontractkit / truffle-starter-kit

An example smart contract utilizing Chainlink
MIT License
264 stars 102 forks source link

add support for testnet kovan 'out of the box' #38

Closed SvenMeyer closed 3 years ago

SvenMeyer commented 3 years ago

The example provided in the README does not work when deploying to dev / cldev (localhost), as there is no Chainlink node on localhost.

Testing on mainnet is prohibitive expensive.

Updating truffle-config.js and README.md to use kovan testnet , as well as adding a note that it will not work on localhost without deploying a Chainlink node to localhost, would help to avoid time consuming efforts by new users.