A web application for creating and managing solana spl tokens.
- Create new token mints
- Mint, transfer, and burn tokens
- Delegate token authority
- Clone the repo
- Install pnpm
npm install -g pnpm
- Run
pnpm install
- Start with
pnpm run dev
- Open
http://localhost:3000
- Make sure the network on your wallet is devnet before using the app.
- Next.js
- React
- TypeScript
- Solana Web3.js
- Solana SPL Token
- Solana Wallet Adapter
- Zod
- React hook form
- lucide-react
- Shadcn
MIT