Solana Token Launchpad
Create and mint SPL tokens on Solana Devnet with metadata, wallet integration, and a single-click minting experience.
🪙 Solana Token Launchpad
A fully functional token creation platform on Solana Devnet — create, mint, and receive SPL tokens in your wallet in seconds.
🛠 Tech Stack
- ⚛️ React
- 🎨 Tailwind CSS
- 🔗 Solana Web3.js
- 🪙 @solana/spl-token + @solana/spl-token-metadata
- 💼 Wallet Adapter (Phantom, Solflare, etc.)
- 💅 ShadCN UI
✨ Key Features
- 🔐 Wallet Integration using Solana Wallet Adapter
- 🪙 Token Minting on Devnet with user-supplied token metadata
- 🧠 Metadata Initialization using SPL Token Metadata
- 🎨 Custom UI Palette — #000000, #F4E7F2, #9B7197
- 💻 Live Metadata Preview via
CodeBlock
component - ⚙️ On-chain Execution: All logic happens in a single Solana transaction
🎯 User Flow
- Connect your Solana wallet (Phantom, Solflare, etc.)
- Fill in token details:
- Name
- Symbol
- Metadata URI
- Initial Supply
- Hit "Mint Token"
- Your SPL token is created on-chain and added to your Devnet wallet
📦 Perfect For:
- Solana devs testing token flows
- Hackathon demos
- Projects needing custom tokens for Devnet simulation
- Builders learning SPL & Web3
🔁 Live Deployment
This tool runs fully on Solana Devnet, making it a safe space to experiment with token minting without real SOL.
You can extend this to Mainnet by modifying connection config and paying for SOL gas fees.