Files
explorer-monorepo/docs
defiQUG f46bd213ba refactor: rename SolaceScanScout to Solace and update related configurations
- Updated branding from "SolaceScanScout" to "Solace" across various files including deployment scripts, API responses, and documentation.
- Changed default base URL for Playwright tests and updated security headers to reflect the new branding.
- Enhanced README and API documentation to include new authentication endpoints and product access details.

This refactor aligns the project branding and improves clarity in the API documentation.
2026-04-10 12:52:17 -07:00
..

Explorer Monorepo Documentation

Overview of documentation for the ChainID 138 Explorer (SolaceScan).


Entry points

Doc Description
INDEX.md Full documentation index (bridge, setup, verification, operations)
EXPLORER_API_ACCESS.md API access, 502 fix, CSP, frontend deploy for https://blockscout.defi-oracle.io
../README.md Project README: quick start, frontend, architecture, config

Frontend

Doc Description
../frontend/FRONTEND_REVIEW.md Frontend code review (Next app + legacy SPA)
../frontend/FRONTEND_TASKS_AND_REVIEW.md Task list C1L4 and detail review

Deploy the current Next standalone frontend (VMID 5000):

./scripts/deploy-next-frontend-to-vmid5000.sh

Nginx should preserve /api, /api/config/*, /explorer-api/*, /token-aggregation/api/v1/*, /snap/, and /health, then proxy / and /_next/ using deployment/common/nginx-next-frontend-proxy.conf.

Legacy static SPA deploy (fallback only):

./scripts/deploy-frontend-to-vmid5000.sh

Full explorer/API fix (Blockscout + nginx + frontend):

./scripts/complete-explorer-api-access.sh

Deployment

Doc Description
../README_DEPLOYMENT.md Deployment quick reference
../deployment/DEPLOYMENT_GUIDE.md Full LXC + Nginx + Cloudflare deployment guide
../QUICKSTART.md Quick start (deps, infra, dev services)

Other

  • Bridge / WETH: See INDEX.md for bridge setup, verification, and operations.
  • Specs: specs/ for infrastructure and multichain specs.
  • CCIP, Blockscout, etc.: See files in this directory and the repo root.

Last updated: 2025-02-09