John 70efc6010f add idl-build to cargo.toml features 1 yıl önce
..
anchor 70efc6010f add idl-build to cargo.toml features 1 yıl önce
native 17afe2e7a4 add rust workspace and update crates version (#41) 2 yıl önce
seahorse 70efc6010f add idl-build to cargo.toml features 1 yıl önce
solang f116e3891a update to @coral-xyz/spl-token 0.30.0 1 yıl önce
README.md 78e67c92a1 docs 2 yıl önce

README.md

Transfer Tokens

Just like with minting, transfers of SPL Tokens are conducted between Associated Token Accounts.

You can use the transfer() function provided by the SPL Token Program to conduct a transfer of any SPL Token with the appropriate permissions.

Check out SPL Token Minter or NFT Minter to learn more about Associated Token Accounts.