Contract interaction in our Deploy scripts #702
Answered
by
krakxn
Benrockiee
asked this question in
Q&A
-
Do we have to Interact with our contracts whenever we write deploy scripts and how do we know which particular function to interact with if so? |
Beta Was this translation helpful? Give feedback.
Answered by
krakxn
Jul 4, 2022
Replies: 1 comment
-
Their primary use itself is for deploying our contracts, here is an example:
Let me know if this helped, goodluck with your course! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alymurtazamemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Their primary use itself is for deploying our contracts, here is an example:
This creates a contract factory SimpleStorageFactory of contract SimpleStorage.sol and then deploys the contract factory which essentially deploys our contract.
Let me know if this helped, goodluck with your course!