Hi there,
HelloWorld contract deployed. Active user: Account 1 (0x01). “Execution failed” while trying to run the transaction, any suggestion? Code was copied from the playground.
Hi there,
HelloWorld contract deployed. Active user: Account 1 (0x01). “Execution failed” while trying to run the transaction, any suggestion? Code was copied from the playground.
Hey @soft_orca
Looks like you need to update import HelloWorld from 0x01 to use the 0x address for Account 1 shown in the bottom left corner of VS Code. It’s still importing the demo account address from the playground
Got it! Transaction executed. Thanks.