- Backend REST/gateway/track routes, analytics, Blockscout proxy paths. - Frontend wallet and liquidity surfaces; MetaMask token list alignment. - Deployment docs, verification scripts, address inventory updates. Check: go build ./... under backend/ (pass). Made-with: Cursor
1.8 KiB
1.8 KiB
Deployment Summary
This directory contains two different kinds of deployment material:
- current production references for the live explorer stack
- older monolithic deployment scaffolding that is still useful as background, but is no longer the authoritative description of production
Current Production Summary
Start with LIVE_DEPLOYMENT_MAP.md.
The live explorer is currently assembled from separate deployment paths:
| Component | Live service | Canonical deploy path |
|---|---|---|
| Next frontend | solacescanscout-frontend.service |
scripts/deploy-next-frontend-to-vmid5000.sh |
| Explorer config/API | explorer-config-api.service |
scripts/deploy-explorer-ai-to-vmid5000.sh |
| Static config assets | nginx static files under /var/www/html |
scripts/deploy-explorer-config-to-vmid5000.sh |
| Relay fleet | ccip-relay*.service on r630-01 |
host-side config/systemd/ccip-relay*.service |
Public Verification
check-explorer-health.shcheck-explorer-e2e.shhttps://explorer.d-bis.org/api/config/capabilitieshttps://explorer.d-bis.org/explorer-api/v1/track1/bridge/statushttps://explorer.d-bis.org/explorer-api/v1/mission-control/stream
Legacy Material In This Directory
These files remain in the repo, but they describe an older generalized package:
DEPLOYMENT_GUIDE.mdDEPLOYMENT_TASKS.mdDEPLOYMENT_CHECKLIST.mdQUICK_DEPLOY.mdsystemd/explorer-api.servicesystemd/explorer-frontend.service
Treat those as scaffold or historical reference unless they have been explicitly updated to match the live split architecture.