smartcontractkit / truffle-starter-kit

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

Upgrade box to v0.6.6 #5

Closed PatrickAlphaC closed 4 years ago

PatrickAlphaC commented 4 years ago
  1. VRF doesnt work with the current truffle box (needs solc v 0.6.6)
  2. Upgrade contracts to v0.6 of solidity
  3. Fix the fund-contracts script - right now it just hangs due to some recent changes of metamask
PatrickAlphaC commented 4 years ago

Thanks @GMSteuart !