Replies: 1 comment
-
Hey @tytom2003, when you deploy your contract on ganache using truffle, you need to note your contract address and then supply the address to ethers.js in your Angular.js frontend. If you don't note the contract address it's non-trivial and inefficient to find the contract address by chain scanning using ethers.js. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i use truffle to deploy solidity program. Ganache show deploy contract address. How can read contract address by ethers.js.
i use angular to do my program.
Beta Was this translation helpful? Give feedback.
All reactions