I want to create Solana new account using reactjs,
I wrote this code:
And this is the error
Is there any help, please?
I want to create Solana new account using reactjs,
I wrote this code:
And this is the error
Is there any help, please?
You can see how this this is done in javascript in the Solana Hello World application.
You are trying to create TokenAccount, main issue that I see is that this.payer
is not signing transaction.