I have followed the tutorial and I don't know why when the code compiles, in build/contracts the dependencies folder isn't created.
When I compile the only file generated when generating build data is FundMe, I'm lacking "smartcontractkit/chainlink-brownie-contracts@1.1.1/AggregatorV3Interface" and "smartcontractkit/chainlink-brownie-contracts@1.1.1/SafeMathChainlink".
The FundMe.sol is exactly the same one from the GitHub repository, it seems that VSCode doesn't recognize the imports in the FundMe.sol
And the brownie-config.yaml situated in the root directory:
When I compile the code you can see that it only generates one build data:
Additionally, the package smartcontractkit is installed:
I don't know what I'm doing wrong, I've read brownie's documentation on remapping installed packages but everything seems to be ok. I really appreciate the help!
I have followed the tutorial and I don't know why when the code compiles, in build/contracts the dependencies folder isn't created.
When I compile the only file generated when generating build data is FundMe, I'm lacking "smartcontractkit/chainlink-brownie-contracts@1.1.1/AggregatorV3Interface" and "smartcontractkit/chainlink-brownie-contracts@1.1.1/SafeMathChainlink".
The FundMe.sol is exactly the same one from the GitHub repository, it seems that VSCode doesn't recognize the imports in the FundMe.sol
And the brownie-config.yaml situated in the root directory:
When I compile the code you can see that it only generates one build data:
Additionally, the package smartcontractkit is installed:
I don't know what I'm doing wrong, I've read brownie's documentation on remapping installed packages but everything seems to be ok. I really appreciate the help!