Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions apps/scan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

Block explorer for Sentrix Chain (SRX) — browse blocks, transactions, addresses, validators, and SRC-20 tokens.

**Mainnet:** https://sentrixscan.sentriscloud.com
**Testnet:** https://testnet-scan.sentriscloud.com
**Mainnet:** https://scan.sentrixchain.com
**Testnet:** https://scan-testnet.sentrixchain.com

> **Two explorers coexist by design.** This is the **Next.js V1** — feature-rich (validator pages, leaderboard, EIP-3091 deeplinks, contract verification panel, multi-locale i18n). For the **WASM V2 Obsidian** alternative (same data, full-Rust + tonic-web, near-native parse cost) see [`Sentriscloud/sentrix-explorer-v2`](https://github.com/Sentriscloud/sentrix-explorer-v2) at `scan.sentriscloud.com` / `scan-testnet.sentriscloud.com`. Pick whichever fits the workflow; neither replaces the other.

## Tech Stack

Expand Down
Loading