A production-ready Solana Token Creator Dashboard built with Next.js, TailwindCSS, and Web3.js, allowing users to create and manage SPL tokens directly from the browser — no backend or database required.
- 🪙 Create SPL Tokens on Solana Devnet or Testnet
- 🔍 View Token Metadata (mint address, decimals, supply)
- 💸 Airdrop SOL to connected wallets for testing
- 🌐 Select Network — choose between Devnet, Testnet, or Mainnet
- 📊 On-Chain Transaction Links integrated with Solana Explorer
- 💼 Automatic Wallet Detection via any Solana-compatible wallet
(e.g., Phantom, Solflare, Backpack — not limited to one wallet) - 🎨 Clean UI built with TailwindCSS + ShadCN
- Next.js 14 – Frontend Framework
- TailwindCSS + ShadCN – Styling and UI Components
- Solana Web3.js – Blockchain interaction
- @solana/spl-token – Token creation & minting
- Zustand – Lightweight state management
- React Hot Toast – User notifications
git clone https://github.com/AaliyahBatool/SolanaTokenCreator.git
cd SolanaTokenCreator