Using Scaled UI Amount Token Extension on Solana
This guide demonstrates how to use the Scaled UI Amount extension in the Solana Token-2022 program. It covers creating a token, minting, transferring, and updating the UI amount multiplier.
Confidential Transfers on Solana: A Developer's Guide
Learn how to implement privacy-preserving token transactions on Solana using the Token-2022 Confidential Transfer Extension. This comprehensive developer guide covers encrypted balances, zero-knowledge proofs, and step-by-step instructions for creating tokens with hidden amounts.
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.
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.
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.
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.
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).
Five Ways to Find the Associated Token Address for a Solana Wallet and Mint
This guide will give you a complete overview of token accounts on Solana, and show the five ways to check the address of a Solana Token Account (Solana SPL Token CLI, cURL, Solana Kit, Solana-Web3.js, and Rust).
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.
How to Create a Liquid Staking Token on Solana
Learn how to create a liquid staking pool on Solana.