How do we know where to use which method #95
-
Hi all, I'm a beginner to programming and I just completed my Lesson-4. Just started my lesson-5 and it just blew my mind. I can't understand the documentation, for instance let's say what does the word @PatrickAlphaC is there any cheetsheet available for get to know about these apart from documentation?? This kept in total confusion and scratching my head. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Thanks for making this issue. Yeah Ethers docs can be a bit confusing. To make your question a little more specific, let's start from the top. What is the first function that is confusing to you? |
Beta Was this translation helpful? Give feedback.
-
If it helps to you, contractFactory is a contract that you can call and have functions that generates other contracts, and, in this sense, is a factory. Small contribution to your confusion I hope :) |
Beta Was this translation helpful? Give feedback.
Thanks for making this issue.
Yeah Ethers docs can be a bit confusing. To make your question a little more specific, let's start from the top. What is the first function that is confusing to you?