-
Looking to immediately have and use the contract address of a newly deployed contract. Is the only way to do this manually calculating it prior to deployment? Thanks for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Check out |
Beta Was this translation helpful? Give feedback.
-
The only reason I thought using getContractAddress was a hassle is that I couldn't find a getNonce method but i'm realizing i'm an idiot and its the getTransactionCount method. I got it working now, thanks for the help :) |
Beta Was this translation helpful? Give feedback.
-
This is still a hassle and very clunky when compared to the workflow of ethers. I don't see why the object returned after deploying could not be enriched with the deployed Contract info. |
Beta Was this translation helpful? Give feedback.
-
Hi, if you're using |
Beta Was this translation helpful? Give feedback.
Check out
getContractAddress
.