Installing OpenZeppelin Dependencies in Brownie

Question:

In my brownie project, I want to install OpenZepplin dependencies. I have included the dependency in the config file, but Brownie is not automatically installing them. What am I doing wrong?

enter image description here

I tried hitting brownie compile

Asked By: Tushar Sharma

||

Answers:

Have you installed openzepplin dependencies using the brownie pm first?

You can install it using this:

brownie pm install OpenZeppelin/[email protected]

Also, have a look at this link here for more info:
https://eth-brownie.readthedocs.io/en/stable/package-manager.html

Answered By: TS_101
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.