Solana Program Library
The Solana Program Library (SPL) is a collection of on-chain programs. These programs facilitate tasks like creation and management of tokens and more.
-
Token Program
Solana's core program for creating and managing tokens.
-
Mint Account
Represents a specific type of token and stores global metadata.
-
Token Account
Tracks the ownership and balance of tokens.
-
Token-2022
An updated token standard with additional features.
-
Account Compression
Enables data compression, lowering costs for NFTs and other tokenized assets.