2026-03-27 12:02:36 -07:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2026-04-10 12:52:17 -07:00
< 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" >
2026-03-27 12:02:36 -07:00
< 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; }
.card { background: #fff; border: 1px solid #e5e7eb; border-radius: 20px; padding: 1.5rem; box-shadow: 0 18px 60px rgba(15,23,42,0.12); }
a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }
.muted { color: #64748b; }
.grid { display: grid; gap: 0.85rem; }
.link { display: block; padding: 0.85rem 1rem; border: 1px solid #e5e7eb; border-radius: 14px; background: #f8fafc; }
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.brand { color: #fff; font-weight: 700; }
< / style >
< / head >
< body >
< div class = "shell" >
< div class = "topbar" >
2026-04-10 12:52:17 -07:00
< div class = "brand" > SolaceScan Documentation< / div >
2026-03-27 12:02:36 -07:00
< a href = "/" > Back to explorer< / a >
< / div >
< div class = "card" >
2026-04-10 12:52:17 -07:00
< 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 >
2026-03-27 12:02:36 -07:00
< div class = "grid" style = "margin-top:1rem;" >
2026-04-10 12:52:17 -07:00
< 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 >
2026-03-27 12:02:36 -07:00
< 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 >
< / div >
< / div >
< / div >
< / body >
< / html >