Transaction failed to run (pasted from Hello World tutorial into VSCode)

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 :wave:

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

1 Like

Got it! Transaction executed. Thanks.

1 Like