Tutorials
Token metadata on Solana: from convention to data
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.
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
How Solana transactions are serialized, signed, priced, and executed by the runtime — from message construction to final state changes from start to final commit.