1

When I deploy smart contract on the Rinkeby network using Remix the ABI of smart contract does not contain its address, so how do I connect it with my frontend application.

1
  • ABI is not supposed to have the address, you can see the transaction in the console, and with etherscan you can get the deployed address. Or you can see it in the deployed contracts section. Does that solve your problem? Commented Mar 30, 2019 at 2:46

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.