如何使用 reactjs 创建 solana 新帐户

问题描述

我想使用 reactjs 创建 Solana 新帐户, 我写了这段代码

enter image description here

这是错误

> [enter image description here][2]

请问有什么帮助吗?

解决方法

您可以在 Solana Hello World 应用程序的 javascript 中看到这是如何完成的。

https://github.com/solana-labs/example-helloworld/blob/a41a4a0c6ec2911c8587a68e4c9e60e41d7ff4e8/src/client/utils.ts#L16

,

您正在尝试创建 TokenAccount,我看到的主要问题是 this.payer 未签署交易。