This is the frontend for the Deeplook — a real-time interface for visualizing markets, trades, and analytics powered by the DeepBook protocol on Sui.
- React + TypeScript
- Tailwind CSS v4
- Vite
- React Router
- Lightweight Charts
- Recharts
Run your own Deeplook backend, which exposes endpoints used by the dashboard. Add the API URL into .env file:
VITE_API_URL=https://your.deeplook.api.urlThe Deeplook backend documentation and source code can be found here: https://github.com/ChainsomeLabs/deeplook .
We are using pnpm as a dependency manager, but feel free to use npm, yarn or any other.
pnpm installpnpm run devAPI URL is hardcoded into the production build at build time, make sure you use correct URL when building!
pnpm run build- Live orderbook
- Live latest trades
- Candle charts
- Pool list with 24h stats