Mint SPL Tokens on Solana Without Writing Code
SolanaForge is the no-code SPL token creator for Solana mainnet. Build an SPL mint with Metaplex metadata, IPFS-pinned art, and atomic authority revokes — all in a single Phantom transaction.
Mainnet-beta · SPL Token Program · Metaplex MetadataV3
What is an SPL token?
SPL (Solana Program Library) tokens are Solana's native fungible token standard. They're the rails for everything on the network — every Solana memecoin, every stablecoin (USDC, USDT on Solana), every governance token, every reward point, every wrapped asset. The SPL Token Program is one of the most-used programs on Solana, and minting a new SPL token is the first step in launching anything tokenized on the chain.
A new SPL token starts as a mint account — a small on-chain record that tracks total supply, decimals, mint authority, and freeze authority. Tokens are then minted into associated token accounts (ATAs) owned by individual wallets. Wallets like Phantom read the mint account plus the Metaplex metadata account to render name, symbol, and logo.
Step-by-step: mint an SPL token
Step 1. Open the SPL token creator
Click 'Create SPL Token' to open the SolanaForge token generator.
Step 2. Connect a Solana wallet
Phantom, Backpack, Solflare, or any Wallet Standard wallet — non-custodial.
Step 3. Configure the SPL mint
Name, symbol, decimals (default 9), total supply, and logo image. Add description and socials if you want them.
Step 4. Choose authority revokes
Mint authority off = fixed supply forever. Freeze off = no wallet can be frozen. Update off = metadata locked.
Step 5. Sign once in your wallet
Mint creation, init mint, ATA, mint-to, MetadataV3, and revokes all settle in a single Solana transaction.
Step 6. Verify on Solscan
The success screen shows the mint address and explorer link. Wallets render your name, symbol, and logo immediately.
Why use SolanaForge instead of the SPL CLI?
The official spl-token CLI works, but it's only the first step. To get a token that actually shows up in Phantom with a name and image, you also need to: install the Metaplex CLI, host the JSON metadata, host the image (usually on IPFS), build a MetadataV3 create instruction, sign it, then optionally call spl-token authorize twice to revoke mint and freeze.
SolanaForge collapses every one of those steps into a single signed transaction. You get the same on-chain result with none of the toolchain.
SPL token features SolanaForge supports
Atomic mint + metadata
One transaction creates the mint, ATA, supply, and Metaplex MetadataV3 account.
Authority controls
Toggle mint, freeze, and update authority revokes before signing.
Custom decimals
0–18 decimals supported. 9 is the Solana convention for most fungibles.
Pinata-pinned art
Logo + JSON metadata pinned to IPFS automatically — no separate Pinata account needed.
Raydium-ready
Same dashboard creates a Raydium CPMM pool once your SPL token is live.
No code, no setup
No Rust toolchain, no Anchor, no node provider — just a browser and a wallet.
Frequently asked questions
What is an SPL token?
SPL stands for Solana Program Library. An SPL token is the standard fungible token on Solana — the equivalent of an ERC-20 on Ethereum. Memecoins, governance tokens, stablecoins (USDC, USDT on Solana), wrapped assets, and reward points are all SPL tokens.
What is an SPL token creator?
An SPL token creator is a no-code app that deploys a new SPL token to Solana for you. Instead of installing the Solana CLI, configuring the SPL Token Program, and writing Anchor or Rust, you fill in a form (name, symbol, supply, decimals, logo) and the tool builds the transaction. SolanaForge is an SPL token creator that also adds Metaplex metadata and IPFS pinning automatically.
How is SolanaForge different from the spl-token CLI?
The spl-token CLI mints the token but doesn't attach Metaplex metadata, doesn't host the logo, and doesn't bundle authority revokes. You'd need 5+ separate transactions and a custom IPFS workflow. SolanaForge does all of it in one signed transaction, with a web form instead of a terminal.
Does the SPL token creator work with Phantom?
Yes. SolanaForge uses the Solana Wallet Standard, which means Phantom, Backpack, Solflare, Glow, and every modern Solana wallet work out of the box. Your wallet signs every instruction — we never hold keys.
Can I set custom decimals on my SPL token?
Yes. Pick anywhere from 0 to 18 decimals. 9 is the Solana convention (matches SOL itself); stablecoins typically use 6; NFT-style fungibles sometimes use 0.
Can I revoke the mint, freeze, and update authority?
Yes — all three, atomically, in the same transaction as the mint. Revoking mint and freeze is the standard trust signal for any community SPL token; revoking the update authority freezes the metadata permanently.
Related guides
Mint your SPL token now
One signed transaction. Real Solana mainnet. Metaplex metadata, IPFS art, and authority revokes — all in.
Create SPL Token