Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 reactjs 创建 Solana 新帐户,我编写了以下代码:
这就是错误
请问有什么帮助吗?
您正在尝试创建 TokenAccount,我看到的主要问题this.payer是没有签署交易。
this.payer
您可以在 Solana Hello World 应用程序中看到这是如何在 javascript 中完成的。
https://github.com/solana-labs/example-helloworld/blob/a41a4a0c6ec2911c8587a68e4c9e60e41d7ff4e8/src/client/utils.ts#L16