deploy #2772
Unanswered
Naveed-Jameel
asked this question in
Q&A
deploy
#2772
Replies: 3 comments 1 reply
-
Hey @Naveed-Jameel please elaborate further the question you want to ask. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Code snippets (examples work too) for both scenarios 1 and 2 please. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I assume, you want to know the differences between 1 and 2 scenarios, if it is that what you want, here's an explanation for you:
Btw your question can be drastically improved and you should consider that. |
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.
-
in some cases first we deploy contract and then use contract instance and vice versa ?
await deployements.fixture(["all"]);
fundMe=await ethers.getContract("FundMe")
fundMe=await ethers.getContract("FundMe");
myContract=await fundMe.deploy();
Beta Was this translation helpful? Give feedback.
All reactions