SPL Token Temelleri
Bu bölüm, en yaygın kullanılan talimatlara odaklanarak SPL Token'ları ile etkileşim kurmanın temellerini kapsar.
Bu bölümdeki tüm örnekler, aynı temel uygulamayı paylaştıkları için hem orijinal Token Program hem de Token Extensions Program (Token 2022) ile aynı şekilde çalışır.
SPL Token'ları ile etkileşim kurarken göreceğiniz en yaygın talimatlar şunlardır:
Create a Token Mint
Learn how to create an SPL Token mint.
Create a Token Account
Learn how to create SPL Token Accounts.
Mint Tokens
Learn how to mint new units of a token.
Transfer Tokens
Learn how to transfer tokens between token accounts.
Approve Delegate
Learn how to approve delegates for a token account.
Revoke Delegate
Learn how to revoke the token account delegate.
Set Authority
Learn how to set authority for mints or token accounts.
Burn Tokens
Learn how to burn tokens.
Sync Native
Learn how to convert native SOL to wrapped SOL.
Close Token Account
Learn how to close token accounts.
Freeze Account
Learn how to freeze token accounts.
Thaw Account
Learn how to thaw a frozen token account.
Is this page helpful?