How to Create a Solana Token on Devnet for Free — Test Before You Launch
Create a Solana token on devnet for free using SolTokenCreator.io. Test token creation, metadata, and authorities with free test SOL before spending real money.
To create a Solana token on devnet for free, switch your wallet to devnet, get free test SOL from a faucet, and use SolTokenCreator.io/free-token-creator. The devnet token creation process is identical to mainnet — same interface, same features, zero cost. This lets you practice the entire workflow before spending real SOL.
What Is Devnet?
Devnet (Developer Network) is Solana's test blockchain. It works exactly like mainnet but with free test SOL that has no real value. Tokens created on devnet are for testing only — they cannot be traded on real DEXs or hold real value.
Why use devnet:
- Practice token creation without spending real money
- Test all settings (supply, decimals, authorities) before mainnet
- Learn the interface and workflow
- Verify your token configuration is correct
- Train team members on the process
Step-by-Step Guide
Step 1: Switch Your Wallet to Devnet
Phantom:
- Open Phantom wallet
- Tap Settings (gear icon)
- Tap Developer Settings
- Enable Testnet Mode
- Select "Devnet" as the network
Solflare:
- Open Solflare wallet
- Go to Settings
- Under Network, select "Devnet"
Step 2: Get Free Devnet SOL
Get free test SOL from a Solana faucet:
- Copy your wallet address from Phantom/Solflare
- Visit a Solana devnet faucet (search "Solana devnet faucet")
- Paste your address and request SOL
- You should receive 1-2 SOL within seconds
Alternatively, use the Solana CLI: solana airdrop 2 --url devnet
Step 3: Create Your Token on Devnet
- Go to SolTokenCreator.io/free-token-creator
- Connect your wallet (make sure it shows "Devnet")
- Fill in token details:
- Name, symbol, description
- Supply and decimals
- Upload a logo
- Click Create Token
- Approve the transaction (uses free devnet SOL)
Your devnet token is created instantly. You can verify it on Solscan Devnet.
Step 4: Test Additional Features
While on devnet, test everything you plan to do on mainnet:
- Revoke authorities — Practice revoking mint and freeze authority
- Transfer tokens — Send tokens between wallets
- Check metadata — Verify your token name, symbol, and logo display correctly
Step 5: Switch to Mainnet and Launch
Once satisfied with your devnet testing:
- Switch your wallet back to Mainnet
- Ensure you have real SOL in your wallet
- Go to SolTokenCreator.io
- Create your token with the same settings (0.1 SOL)
Devnet vs Mainnet
| Aspect | Devnet | Mainnet | |--------|--------|---------| | SOL cost | Free (test SOL) | Real SOL | | Token value | None (test only) | Real tradeable value | | DEX listing | Not possible | Yes (Raydium, Jupiter) | | DexScreener | Not indexed | Automatically indexed | | Wallet display | Shows in devnet mode | Shows in mainnet mode | | Permanence | May be reset | Permanent |
Common Questions
Can I move my devnet token to mainnet? No. Devnet and mainnet are completely separate blockchains. You must create a new token on mainnet.
Will my devnet token show on DexScreener? No. DexScreener only indexes mainnet tokens.
How much devnet SOL can I get? Faucets typically give 1-2 SOL per request. You can request multiple times.
Is the devnet interface different? No. The SolTokenCreator.io interface is identical for devnet and mainnet. The only difference is which network your wallet is connected to.
Related Guides
- Free Token Creator (Devnet) — Start testing
- SPL Token Creator — Create on mainnet
- Token Creation Cost Breakdown — Mainnet costs
- Solana Token Creator for Beginners — Complete beginner guide
- Create Token and List on DEX — Full launch guide
Ready to Create Your Token?
Launch your Solana token in minutes — no coding required.
Related Articles
How to Create an AI Token on Solana — Complete Guide (2026)
Learn how to create an AI token on Solana for your artificial intelligence project. Covers AI agent tokens, compute tokens, data tokens, and tokenomics for AI projects.
tutorialHow to Create a Concentrated Liquidity Pool on Solana — CLMM Guide (2026)
Learn how to create a concentrated liquidity (CLMM) pool on Solana using Orca Whirlpools or Raydium CLMM. Covers price ranges, fee tiers, and LP strategies.
tutorialHow to Create a Liquidity Pool on Orca — Whirlpools & Splash Pools Guide (2026)
Learn how to create an Orca Whirlpool or Splash Pool on Solana. Covers concentrated liquidity, fee tiers, price ranges, and step-by-step pool creation for your token.
