Automatically synced with your v0.app deployments
This repository will stay in sync with your deployed chats on v0.app. Any changes you make to your deployed app will be automatically pushed to this repository from v0.app.
Your project is live at:
https://vercel.com/henristrassberger-8986s-projects/v0-solana-dapp-launchpad
Continue building your app on:
https://v0.app/chat/projects/R104Dw6Cr5m
- Create and modify your project using v0.app
- Deploy your chats from the v0 interface
- Changes are automatically pushed to this repository
- Vercel deploys the latest version from this repository
Create a .env.local file in the project root with your API keys (not checked in):
# Solscan (used for recent token transfers / trades)
SOLSCAN_API_KEY=your_solscan_key_here
# Helius (optional; used for token holders and other RPC-enhanced calls)
HELIUS_API_KEY=your_helius_key_here
# Alternatively, you can provide the full RPC URL; the api-key will be parsed from it
HELIUS_RPC_URL=https://mainnet.helius-rpc.com/?api-key=your_helius_key_here
Notes:
- After changing environment variables, restart the dev server so Next.js picks them up.
- In production (Vercel), set these in Project Settings → Environment Variables.