Production-ready NovaDEX codebase for Ethernova (chainId 121525).
dex-ui/– Swap & pools UI (Ethernova-only)dex-info/– Analytics UI served at/infoscripts/– Smoke tests and diagnosticscaddy/– Caddyfile used in productionPRODUCTION_HANDOFF.md– Runbook and ops notes
cd dex-ui && yarn install && yarn build
cd ../dex-info && yarn install && yarn build- Swap UI: https://dex.ethnova.net
- Analytics: https://dex.ethnova.net/info
- Subgraph: https://dex.ethnova.net/info/subgraphs/name/novadex/novadex
- No Infura or external mainnet defaults.
- Hash router for /info to avoid deep-link 404s.