dependency manager best practice #12736
Unanswered
alvinyusuf
asked this question in
Q&A
Replies: 1 comment
-
|
Hi Mate. Both are valid but serve different needs:
forge install OpenZeppelin/openzeppelin-contracts --no-commit
forge install smartcontractkit/chainlink-brownie-contracts --no-commit
Soldeer — newer native package manager built into Foundry: forge soldeer install @openzeppelin-contracts~5.0.0
Recommendation:
The Foundry team is pushing Soldeer as the future standard, but |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is it best practice to use Soldeer as a dependency manager, or just use forge install?
Beta Was this translation helpful? Give feedback.
All reactions