How to Burn SPL Tokens on Solana
In this guide, you will use TypeScript and the Solana SPL Token Program to burn SPL tokens held in your wallet.
In this guide, you will use TypeScript and the Solana SPL Token Program to burn SPL tokens held in your wallet.
In this guide, we will learn how to create a fungible token with metadata on Solana's Devnet.
Learn how to create a liquid staking pool on Solana.
This guide will walk you through creating a simple script that will query Solana's mainnet and return all of the Token Accounts owned by that wallet and their account balances.
This guide will explore Solana's new Token-2022 Program and how to require memos on incoming transfers to an account (like a traditional bank).
Transferring SPL tokens is slightly different from sending SOL, so it is essential to understand how it works as you progress on your Solana development journey. In this guide, you will use TypeScript to write a script that transfers an SPL token from one account to another on Solana's devnet.
This guide will explore how to collect Token Transfer Fees using Solana's Token-2022 program.
This guide will explore Solana's new Token-2022 Program.