Start in 5 minutes
Spin up QuantDesk locally and get to a safe first workflow quickly.Setup
Service ports
| Service | Port |
|---|---|
| Frontend | 3001 |
| Backend API | 3002 |
| MIKEY-AI | 3000 |
| Data ingestion | 3003 |
First session
- Open
http://localhost:3001 - Connect a supported Solana wallet
- Stay on devnet while testing
- Review trading pages before placing larger size
Wallet and network pitfalls
- Wrong cluster — If the wallet is on mainnet but the app expects devnet (or the reverse), signing will fail. Align wallet cluster with your session.
- Expired session — Reconnect wallet or refresh if API calls start returning 401.
- Local API down — Frontend may load while
/healthfails; fix backend first.