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 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).
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).
What are Solana SPL Token Extensions and How to Get Started?
This guide will explore Solana's new Token-2022 Program which introduces Token Extensions for advanced functionality of SPL tokens.