how do I install OpenZeppelin on the Foundry branch? #476
austintgriffith
started this conversation in
Ideas
Replies: 1 comment
-
Yeah, we missed adding Openzeppelin out of the box in To manually add libraries in foundry you need to do For eg :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't figure out how to install OZ
import "@openzeppelin/contracts/access/Ownable.sol";
isn't working even after
yarn add @openzeppelin/contracts
what am I doing wrong? could we provide this out of the box for people or make it really easy for them to figure out
Beta Was this translation helpful? Give feedback.
All reactions