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処理追加 ...
rustsolanasolana-tokensolana-programspl-token UpdatedSep 26, 2022 Rust penpendayo/transfer-spl-token-typescript Star0 Code Issues Pull requests typescriptsolanaspl-token UpdatedAug 3, 2022 TypeScript i-sanyam/airdrop-zerocoinn Star0 Code
After following these steps, I receive the error "Error: "Could not find token account ___" when trying to mint or transfer tokens to a recipient.Creating keypairs: solana-keygen new -o .sender solana-keygen new -o .recipient solana-keygen new -o .master Fund the account...
那个时代的企业家开始销售挖掘黄近日,NFT 数据基础设施 NFTScan 与新一代 Web3 钱包 Bitizen 达成战略...
这将显示已创建的代币的详细信息,包括其公钥和供应量等。 ### 9. 发送代币 你可以使用Solana钱包中的`solana-wallet`工具来发送代币。 ```bash $ solana-wallet transfer <receiver_address> <amount> <token_symbol> ``` 替换`<receiver_address>`为接收者的Solana地址,`<amount>`为要发送的代币数量,`<tok...
View your token's details, transfer tokens, and check the current distribution from the "My Tokens" section. --- ## 🧑💻 **Tech Stack** - **Frontend**: Next.js, React, Tailwind CSS - **Backend**: Solana Web3.js, Node.js - **Wallet Integration**: Phantom, Sollet - *...
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...
View your token's details, transfer tokens, and check the current distribution from the "My Tokens" section. 🧑💻 Tech Stack Frontend: Next.js, React, Tailwind CSS Backend: Solana Web3.js, Node.js Wallet Integration: Phantom, Sollet Presale Management: Smart contracts for token distrib...
{ transferCustomToken } from './utils/transferCustomToken'; import { createAssociatedAccountFromMintKeyAndMint } from './utils/createAssociatedAccountFromMintKeyAndMint'; const NETWORK = web3.clusterApiUrl("devnet"); const connection = new Connection(NETWORK); const decimals = 9 function App()...