smartcontractkit / truffle-starter-kit

An example smart contract utilizing Chainlink
MIT License
266 stars 99 forks source link

Updated box for Chainlink VRF and Chainlink Price Feeds #9

Closed PatrickAlphaC closed 3 years ago

PatrickAlphaC commented 3 years ago

Updated with best practices and added todo list. The only section that I don't understand, is using the LINK keyword. Since that is an immutable contract, how could I set the LINK token address on a local chain for testing purposes?

The MyContract.sol doesn't have the LINK pieces.

PatrickAlphaC commented 3 years ago

Updated with new:

  1. Removed the redundant code
  2. Removed the not needed file (created due to merge conflict)