createTransferInstruction( TOKEN_PROGRAM_ID, // Token程序的ID tokenMintAddress, receiverPublicKey, senderKeypair.publicKey, [], // 如果需要,可以添加额外的账户 sendAmount ) ); 签名并提交交易到Solana网络: 使用发送者的私钥对交易进行签名,并将其发送到Solana网络: javascript async function sendSpl...
penpendayo/transfer-spl-token-typescriptPublic NotificationsYou must be signed in to change notification settings Fork0 Star0 main 1Branch0Tags Code Folders and files Name Last commit message Last commit date Latest commit penpendayo TokenAccountNotFoundErrorが出るのでsleep処理追加 ...
yarn.lock Add transfer Aug 23, 2024 Repository files navigation README GPL-3.0 license SPL Token Bankrun Bankrun is a framework for writing very fast Solana and Anchor tests. However, it doesn't work natively with SPL token. This package bridges the gap, allowing you to easily manipulate SP...
这将显示已创建的代币的详细信息,包括其公钥和供应量等。 ### 9. 发送代币 你可以使用Solana钱包中的`solana-wallet`工具来发送代币。 ```bash $ solana-wallet transfer <receiver_address> <amount> <token_symbol> ``` 替换`<receiver_address>`为接收者的Solana地址,`<amount>`为要发送的代币数量,`<tok...
那个时代的企业家开始销售挖掘黄近日,NFT 数据基础设施 NFTScan 与新一代 Web3 钱包 Bitizen 达成战略...
Fix: add log for transfer_fee calculate ab8d299 Fix: fix for transfer fee calculate method cd3685a Merge branch 'master' into enable_spl_token2022 34adb94 RainRaydium merged commit 260ec92 into master Dec 15, 2023 RainRaydium deleted the enable_spl_token2022 branch December 15, 2023...
penpendayo/transfer-spl-token-typescriptPublic NotificationsYou must be signed in to change notification settings Fork0 Star0 main 1Branch0Tags Code Folders and files Name Last commit message Last commit date Latest commit penpendayo TokenAccountNotFoundErrorが出るのでsleep処理追加 ...