lesson 7 importing the chainlink contract #1679
-
CompilerError: solc returned the following errors: ParserError: Source "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol" not found: File not found. Searched the following locations: "". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello @NitishReddyKapa |
Beta Was this translation helpful? Give feedback.
Hello @NitishReddyKapa
Be sure to use the correct chainlink version, the one used on the contracts are for solidity 0.6, if you want to implement it with a newer version be aware some contract will have different names, also the VRF service has changed a lot since the video, so I would recommend to keep using V2 and sol 0.6.