Welcome to Mintos, a lightweight Solana token launchpad built for Devnet. This dApp allows you to:
- 🔗 Connect your Solana wallet
- 💸 Airdrop yourself some free Devnet SOL
- 🪙 Create & launch your own custom SPL token on the Solana Devnet
- ⚡ Powered by
@solana/web3.jsand@solana/spl-token
- ✅ Connect Phantom or any Solana-compatible wallet
- ✅ One-click airdrop faucet for Devnet SOL
- ✅ Launch a new SPL token with:
- Custom name
- Custom symbol
- Fixed supply
- ✅ All interactions on Solana Devnet
- React + Vite
- Solana Web3.js
- @solana/spl-token
- TailwindCSS
- Vercel for deployment
- Open the app: mintos-ayps.vercel.app
- Click Connect Wallet and choose Phantom (or another wallet).
- Click Airdrop 1 SOL to receive Devnet SOL.
- Fill in your token details (name, symbol, supply).
- Click Launch Token — and you're done! 🪄
(Add screenshots of the UI here if desired)
Clone the repo and run locally:
git clone https://github.com/0xcuriosity/mintos.git
cd mintos
npm install
npm run dev