2026-02-10 11:32:49 -08:00
# Deployment Summary
2026-04-07 23:22:12 -07:00
This directory contains two different kinds of deployment material:
2026-02-10 11:32:49 -08:00
2026-04-07 23:22:12 -07:00
- 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
2026-02-10 11:32:49 -08:00
2026-04-07 23:22:12 -07:00
## Current Production Summary
2026-02-10 11:32:49 -08:00
2026-04-07 23:22:12 -07:00
Start with [`LIVE_DEPLOYMENT_MAP.md` ](./LIVE_DEPLOYMENT_MAP.md ).
2026-02-10 11:32:49 -08:00
2026-04-10 12:52:17 -07:00
Primary public explorer surface: `https://blockscout.defi-oracle.io`
Companion explorer-facing properties may still exist under `https://explorer.d-bis.org` for Snap and related tooling, but the public explorer verification flow should treat `blockscout.defi-oracle.io` as canonical unless a task explicitly targets a companion surface.
2026-04-07 23:22:12 -07:00
The live explorer is currently assembled from separate deployment paths:
2026-02-10 11:32:49 -08:00
2026-04-07 23:22:12 -07:00
| Component | Live service | Canonical deploy path |
|---|---|---|
| Next frontend | `solacescanscout-frontend.service` | [`scripts/deploy-next-frontend-to-vmid5000.sh` ](../scripts/deploy-next-frontend-to-vmid5000.sh ) |
| Explorer config/API | `explorer-config-api.service` | [`scripts/deploy-explorer-ai-to-vmid5000.sh` ](../scripts/deploy-explorer-ai-to-vmid5000.sh ) |
| Static config assets | nginx static files under `/var/www/html` | [`scripts/deploy-explorer-config-to-vmid5000.sh` ](../scripts/deploy-explorer-config-to-vmid5000.sh ) |
| Relay fleet | `ccip-relay*.service` on `r630-01` | host-side `config/systemd/ccip-relay*.service` |
2026-02-10 11:32:49 -08:00
2026-04-07 23:22:12 -07:00
## Public Verification
2026-02-10 11:32:49 -08:00
2026-04-07 23:22:12 -07:00
- [`check-explorer-health.sh` ](../scripts/check-explorer-health.sh )
- [`check-explorer-e2e.sh` ](../../scripts/verify/check-explorer-e2e.sh )
2026-04-10 12:52:17 -07:00
- [`scripts/verify-explorer-access-edge-hook.sh` ](../scripts/verify-explorer-access-edge-hook.sh )
- `https://blockscout.defi-oracle.io/api/config/capabilities`
- `https://blockscout.defi-oracle.io/explorer-api/v1/track1/bridge/status`
- `https://blockscout.defi-oracle.io/explorer-api/v1/mission-control/stream`
2026-02-10 11:32:49 -08:00
2026-04-07 23:22:12 -07:00
## Legacy Material In This Directory
2026-02-10 11:32:49 -08:00
2026-04-07 23:22:12 -07:00
These files remain in the repo, but they describe an older generalized package:
2026-02-10 11:32:49 -08:00
2026-04-07 23:22:12 -07:00
- `DEPLOYMENT_GUIDE.md`
- `DEPLOYMENT_TASKS.md`
- `DEPLOYMENT_CHECKLIST.md`
- `QUICK_DEPLOY.md`
- `systemd/explorer-api.service`
2026-04-10 12:52:17 -07:00
- `systemd/solacescanscout-frontend.service`
2026-02-10 11:32:49 -08:00
2026-04-07 23:22:12 -07:00
Treat those as scaffold or historical reference unless they have been explicitly updated to match the live split architecture.