Skip to content
Discussion options

You must be logged in to vote

SENDING_ACCOUNT_DOES_NOT_EXIST means that the account that is the first signer account does not exist on chain.

You'll have to create the accounts that sign the function first.

await aptos.fundAccount({accountAddress: ownerAccount});
await aptos.fundAccount({accountAddress: bob});

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@MartinYeung5
Comment options

Answer selected by 0x-j
Comment options

You must be logged in to vote
2 replies
@Alexzander-Stone
Comment options

@MartinYeung5
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants