John b9f3d4086b anchor token basics working, excluding swap and token22 před 1 rokem
..
anchor b9f3d4086b anchor token basics working, excluding swap and token22 před 1 rokem
native 17afe2e7a4 add rust workspace and update crates version (#41) před 2 roky
seahorse 56dafe4b4a add resolver = "2" to fix compile warning před 1 rokem
solang f116e3891a update to @coral-xyz/spl-token 0.30.0 před 1 rokem
README.md 78e67c92a1 docs před 2 roky

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.