Wallet contract interaction

Hi, I am trying to follow Filip’s instructions to deploy and interact with the wallet contract but I have encountered issues when creating the instance for the contract.

The message showed is shown in the picture, would you be able to help me with this please?image

1 Like

If you are deploying the contract for the first time, you should use .deploy() at the end of the instance declaration. Unless your migration file deploy it first, that happens when you run truffle migrate.

Carlos Z