A modern Solana wallet and launchpad dApp built with React, Vite, and Solana Wallet Adapter.
- Connect to Solana Mainnet, Devnet, or Testnet
- View wallet balance
- Request airdrop (on Devnet/Testnet)
- Send tokens
- Sign messages
- Beautiful, responsive UI
This project uses Bun as the package manager and runtime.
git clone <your-repo-url>
cd Solana-Launchpadbun installbun run devThe app will be available at http://localhost:5173 by default.
Create a .env file in the root directory with the following variables:
VITE_CLOUD_NAME=your_cloud_name
VITE_UPLOAD_PRESET=your_upload_preset
VITE_CLOUD_API_KEY=your_cloud_api_key
VITE_CLOUD_API_SECRET=your_cloud_api_secretVITE_CLOUD_NAME: Your Cloudinary cloud nameVITE_UPLOAD_PRESET: Your Cloudinary upload presetVITE_CLOUD_API_KEY: Your Cloudinary API keyVITE_CLOUD_API_SECRET: Your Cloudinary API secret
MIT LICENSE
