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 (SPL) token with metadata on Solana's Devnet using the new Metaplex Token Standard and Metaplex umi.
Learn how to create a liquid staking pool on Solana.
This guide will explore how to create and add token metadata using the Solana Metadata Token Extension.
In this guide, you will learn how to create and mint an SPL token using Solidity and Solang with Anchor.
This guide will teach you how to use Elusiv, a zero-knowledge (ZK) token privacy protocol on Solana. Elusiv enables developers to create tools that enable encrypted token accounts and transfers 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 Token Extensions, a exiting release with Solana's new Token-2022 Program. This guide will explore how to use token extensions to require memos on incoming token 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 Extensions Program (Token-2022).
This guide will explore Solana's new Token-2022 Program which introduces Token Extensions for advanced functionality of SPL tokens.
This guide will explore the basics of Solana's SPL Token Transfer Hook extension, which allows developers to add custom logic to token transfers.