I deployed a smart contract with remix.ethereum a few days ago and I would like to know how I can interact with the contract now. I'm still fairly new to blockchain programming and unfortunately I can't find any information on the internet.

Mar 28, 2021, 9:13 PM
Thank you!
Mar 28, 2021, 9:15 PM
Not at all
Mar 28, 2021, 9:22 PM
Unfortunately, the step in which I need help was skipped in the pdf.

The problem is my contract doesn't show up under "deployed contracts" and I don't know how to add it.
Mar 28, 2021, 9:23 PM
Go to the contract code and load from the deployed address
So in remix you compile the original contract -> go to the deploy tab -> load from address
Mar 28, 2021, 9:57 PM
I tried it but nothing happens, not even an error
Mar 28, 2021, 9:58 PM
Did you deploy it on chain or are you using the VM provided by remix?
The VM only makes a temporary instance of the contract
Mar 28, 2021, 9:58 PM
I selected "Injected Web3" before deploying. Or do I have to do something else aswell?
Mar 28, 2021, 10:03 PM
No that should be fine, check your TXes for the tokencontract deployment and check your address if it's correct. Should be working fine. Maybe different chain?
Mar 28, 2021, 10:05 PM
Someone told me that I deployed it on the Java MV and not on a public network. Can this be the reason?
Mar 28, 2021, 10:26 PM
Yeah could be!
Mar 28, 2021, 10:26 PM

© 2024 Draquery.com All rights reserved.