A minimal, self-custodial Solana wallet built with Next.js and @solana/kit.
- HD wallet with BIP39 seed phrases
- Send SOL and swap tokens (Jupiter integration)
- Mainnet/Devnet switching
- Responsive UI (mobile-friendly)
- No external wallet adapters
- Install dependencies:
pnpm install
- Set up environment variables:
- Copy
.env.exampleto.envand fill in your Solana RPC URLs and API keys.
- Copy
- Run the app:
The app will be available at
pnpm dev
http://localhost:3000.
- Next.js 16
- React 19
- Tailwind CSS
- @solana/kit
- Jupiter API
MIT