Difference between Contract and ContractFactory #2174
-
Hello new ethers.ContractFactory( interface , bytecode [ , signer ] ) it seems to be both return the same stuff Thanks a lot for your help, this course is amazing |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@akugone These are just the functions of ethers that give us our compile contract (bypassing the name of the contract). I have answered this question here you can check for more info. #959 You can check also similar things in these discussions. #881 |
Beta Was this translation helpful? Give feedback.
-
Refer to this answer: #2158 (comment) |
Beta Was this translation helpful? Give feedback.
@akugone These are just the functions of ethers that give us our compile contract (bypassing the name of the contract). I have answered this question here you can check for more info. #959
You can check also similar things in these discussions. #881