Skip to main content

Guides / All Tags

SPL Token Program Guides

14 guides
Chain: All
Language: All
Technology: All
Product: All
Use Case: All
Level: All

What is the Solana Transfer Hook Extension

This guide will explore the basics of Solana's SPL Token Transfer Hook extension, which allows developers to add custom logic to token transfers.

Updated July 3, 2024Intermediate
SolanaSolana-web3.jsSPL Token ProgramToken-2022

How to Create a Solana NFT with the SPL Metadata Token Extension

This guide will explore how to create and add token metadata using the Solana Metadata Token Extension.

Updated February 1, 2024Beginner
SolanaJavaScriptTypeScriptSolana-web3.jsSPL Token ProgramToken-2022NFTs

How To Create and Mint an SPL Token using Solidity and Solang

In this guide, you will learn how to create and mint an SPL token using Solidity and Solang with Anchor.

Updated January 31, 2024Beginner
SolanaSolidityTypeScriptSPL Token ProgramMetaplexSolangAnchorSolana-web3.jsIPFS

How to Create a Fungible SPL Token on Solana with Metaplex

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.

Updated January 4, 2024BeginnerVideo
SolanaTypeScriptJavaScriptSPL Token ProgramMetaplexSolana-web3.jsIPFS

Five Ways to Check the Balance of a Solana SPL Token Account

This guide will give you a complete overview of the five ways to check the balance of a Solana SPL Token Account (Solana CLI, Solana-Web3.js, Solana Token Program, cURL, and Rust).

Updated October 6, 2023Beginner
SolanaJavaScriptRustSolana-web3.jsSPL Token ProgramWallets

Five Ways to Find the Associated Token Address for a Solana Wallet and Mint

This guide will give you a complete overview of the five ways to check the address of a Solana SPL Token Account (Solana CLI, Solana-Web3.js, Solana Token Program, cURL, and Rust).

Updated October 6, 2023Beginner
SolanaJavaScriptRustSolana-web3.jsSPL Token ProgramWallets

How to Enable Token Privacy on Solana with Zero-Knowledge Proofs from Elusiv

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.

Updated September 13, 2023Intermediate
SolanaJavaScriptTypeScriptSPL Token ProgramZero-Knowledge Proofs

How to Create a Liquid Staking Token on Solana

Learn how to create a liquid staking pool on Solana.

Updated September 1, 2023Intermediate
SolanaSPL Token ProgramSolana CLI

How to Require Memos on Incoming Transfers Using Solana Token Extensions

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).

Updated June 18, 2023Beginner
SolanaJavaScriptTypeScriptSolana CLISolana-web3.jsSPL Token ProgramToken-2022Token Extensions

How to use Solana Token Extensions to Collect Transfer Fees

This guide will explore how to collect Token Transfer Fees using Solana's Token Extensions Program (Token-2022).

Updated March 24, 2023Beginner
SolanaJavaScriptTypeScriptSolana CLISolana-web3.jsSPL Token ProgramToken-2022Token Extensions