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.
This commit is contained in:
defiQUG
2026-04-10 12:52:17 -07:00
parent 6eef6b07f6
commit 0972178cc5
160 changed files with 13274 additions and 1061 deletions

View File

@@ -3,8 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Documentation | SolaceScanScout</title>
<meta name="description" content="Documentation landing page for the SolaceScanScout explorer.">
<title>Documentation Redirect | SolaceScan</title>
<meta name="description" content="Redirecting to the canonical SolaceScan documentation hub.">
<meta http-equiv="refresh" content="0; url=/docs">
<link rel="canonical" href="https://blockscout.defi-oracle.io/docs">
<style>
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: linear-gradient(180deg, #0f172a 0%, #111827 45%, #f8fafc 46%, #ffffff 100%); color: #0f172a; }
.shell { max-width: 980px; margin: 0 auto; padding: 2rem 1rem 3rem; }
@@ -21,32 +23,22 @@
<body>
<div class="shell">
<div class="topbar">
<div class="brand">SolaceScanScout Documentation</div>
<div class="brand">SolaceScan Documentation</div>
<a href="/">Back to explorer</a>
</div>
<div class="card">
<h1 style="margin-top:0;">Documentation</h1>
<p class="muted">This landing page collects the key explorer and deployment references used by the SolaceScanScout stack.</p>
<h1 style="margin-top:0;">Documentation Has Moved</h1>
<p class="muted">The canonical documentation hub now lives at <code>/docs</code> inside the main explorer experience.</p>
<div class="grid" style="margin-top:1rem;">
<a class="link" href="/docs">
<strong>Open documentation hub</strong>
<div class="muted" style="margin-top:0.35rem;">GRU guide, transaction review matrix, public explorer references, and navigation into adjacent operational surfaces.</div>
</a>
<a class="link" href="/docs/gru">GRU guide</a>
<a class="link" href="/docs/transaction-review">Transaction review matrix</a>
<a class="link" href="/privacy.html">Privacy Policy</a>
<a class="link" href="/terms.html">Terms of Service</a>
<a class="link" href="/acknowledgments.html">Acknowledgments</a>
<a class="link" href="/liquidity">
<strong>Liquidity access</strong>
<div class="muted" style="margin-top:0.35rem;">Public Chain 138 pool snapshot, live Mainnet stable bridge paths, route matrix links, partner payload templates, and the internal fallback execution plan endpoint.</div>
</a>
<div class="link">
<strong>Repository docs</strong>
<div class="muted" style="margin-top:0.35rem;">The full technical documentation lives in the repository's <code>docs/</code> directory, including API access, deployment, and explorer guidance.</div>
</div>
<div class="link">
<strong>Public routing API base</strong>
<div class="muted" style="margin-top:0.35rem;"><code>/token-aggregation/api/v1</code> on <code>explorer.d-bis.org</code> is the public access path for route discovery, partner payload generation, and internal execution planning.</div>
</div>
<div class="link">
<strong>Need help?</strong>
<div class="muted" style="margin-top:0.35rem;">Email <a href="mailto:support@d-bis.org">support@d-bis.org</a> for explorer-related questions.</div>
</div>
</div>
</div>
</div>