How to compile and deploy a third-party contract? #2169
Answered
by
Jeiwan
Jeiwan
asked this question in
Troubleshooting
-
Hello! In a test, I want to deploy the ERC20 contract from Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Jeiwan
Dec 24, 2021
Replies: 1 comment 2 replies
-
Ended up creating empty dependency-contracts that only import third-party contracts. This make Hardhat compile them so they can be used in tests. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Jeiwan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ended up creating empty dependency-contracts that only import third-party contracts. This make Hardhat compile them so they can be used in tests.