Tutorials
Solana Token-2022 metadata: from conventions to state
How does Token-2022 change metadata discovery on Solana? This article explains the transition from convention-based derivation to explicit metadata pointers and on-chain state.
How does Token-2022 change metadata discovery on Solana? This article explains the transition from convention-based derivation to explicit metadata pointers and on-chain state.
Where does token metadata live on Solana, and how does the runtime find it? This article explains how token metadata is derived through conventions, PDAs, and explicit accounts.
Learn how to get a Solana RPC endpoint in 2026, compare public and private options, and choose a reliable RPC provider for production workloads and high throughput.
Need high-performance Solana RPC in 2026? This guide reviews the top providers for low-latency access, gRPC Geyser streaming, and stablecoin-ready infrastructure.
The SPL Token Program defines how fungible tokens work on Solana, enforcing ownership, balances, and token operations at the protocol level.
Use Solana Address Lookup Tables to optimize client-side transactions -reduce message size, batch instructions, and scale without refactoring your code