Skip to content

Confused about what .getContractFactory() does #959

Answered by alymurtazamemon
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

@0xamey getContractFactory is an ether.js method that helps to deploy the contract itself and has many other features. It is different from getContract. getContract returns a contract object with the help of that we can interact with the contract.

You can read more about getContractFactory here

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Answer selected by alymurtazamemon
Comment options

You must be logged in to vote
1 reply
@alymurtazamemon
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant