Dependencies: import contracts
Brownie cannot download from npm, so it doesn't automatically know what to do with @chainlink
Brownie can download form Github.
Tell brownie where in GitHub to download them from using Brownie-config.yaml:
remapping tells Brownie what to do with the @chainlink prefix, mapping it to the dependency name.
Last updated