Tokens on Solana
Learn the basics of creating and working with Solana tokens.
Tokens are digital assets that represent ownership over diverse categories of assets. Tokenization enables the digitalization of property rights. Tokens on Solana are referred to as SPL (Solana Program Library) Tokens.
The following guides demonstrate the most common tasks a Solana developer should be familiar with if building an application that utilizes tokens.
Create a token with metadata
Learn how to create a new Solana token, with metadata, using either the legacy Token Program or Token Extensions program.
Read the full guide here on how to create an SPL token on Solana