Files
explorer-monorepo/deployment
defiQUG bdae5a9f6e feat: explorer API, wallet, CCIP scripts, and config refresh
- 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
2026-04-07 23:22:12 -07:00
..

Deployment Documentation

Deployment docs for the Chain 138 explorer stack.

Read This First

For the current production deployment shape, start with LIVE_DEPLOYMENT_MAP.md.

That file reflects the live split deployment now in production:

  • Next frontend on 127.0.0.1:3000 via solacescanscout-frontend.service
  • explorer config/API on 127.0.0.1:8081 via explorer-config-api.service
  • Blockscout on 127.0.0.1:4000
  • token aggregation on 127.0.0.1:3001
  • static config assets under /var/www/html/config
  • CCIP relay workers on host r630-01, outside VMID 5000

Current Canonical Deployment Paths

Legacy And Greenfield Docs

The rest of this directory is still useful, but it should be treated as legacy scaffold or greenfield reference unless it explicitly matches the live split architecture above.

  • DEPLOYMENT_GUIDE.md: older full-stack walkthrough
  • DEPLOYMENT_TASKS.md: older monolithic deployment checklist
  • DEPLOYMENT_CHECKLIST.md: older tracking checklist
  • QUICK_DEPLOY.md: command reference for the legacy package

Practical Rule

If the question is "how do we update production today?", use:

  1. LIVE_DEPLOYMENT_MAP.md
  2. the specific deploy script for the component being changed
  3. the public health scripts for verification