Token Creation Portal Audits
Last updated
Last updated
The Solana Primary Library (SPL) defines how smart contract tokens on the Solana blockchain operate. The operational standards are delineated in the library and must be adhered to by any token created on the Solana blockchain. These tokens are known as SPL tokens.
SPL tokens are created by interacting with the smart contract facility of the Solana blockchain through pieces of code developed using the Solana blockchainβs programming language (Rust). This process is known as Minting.
To mint an SPL token, you can write the code from scratch or modify the codebase for an existing SPL token. Certain applications have also been developed to help creators mint SPL tokens without doing much coding.