This repository was archived by the owner on Mar 11, 2025. It is now read-only.
@solana/spl-token v0.1.1
·
4798 commits
to master
since this release
Associated Token Program support
- Added
Token.createAssociatedTokenAccountInstruction
for building an instruction to create a new associated token account - Added helper method
getOrCreateAssociatedAccountInfo
for creating associated token accounts on behalf of a wallet address if it doesn't exist yet - Added helper method
getAssociatedTokenAddress
for finding the associated token address for a wallet address, token pair.