Wallet and network
Quick answers for connecting wallets and choosing networks safely.Which wallet should I use?
Use a supported Solana wallet that you trust (Phantom, Solflare, etc.). QuantDesk does not custody keys — you remain responsible for seed phrase security.Devnet vs mainnet
- Devnet — default for local setup and experimentation; use faucets for SOL; expect resets and instability.
- Mainnet — real funds and real risk; verify URLs and program IDs every session.
I connected but nothing loads
- Confirm backend + frontend are running (see Start in 5 minutes).
- Hit API health:
curl http://localhost:3002/healthwhen developing locally. - Try disconnect/reconnect wallet and hard refresh once.