Explorer Platform
Blockchain visibility layer for RTWO Chain — Architecture Phase
Source: Explorer Platform
RTWO-EXPL-001 — Explorer Platform
Phase 15 · Structure Complete · Waiting for Indexed Blockchain Data
Data Flow: Indexer Engine → Event Bus → Explorer Platform → Explorer UI
Production Readiness: Pending Indexer Data and Explorer Backend
Readiness Blockers
Requirements before Explorer can serve real blockchain data
Domain Models
8 strongly typed domain models — architecture defined
RTWOExplorerBlockView
Block view model — no fake blocks, requires Indexer Engine data
RTWOExplorerTransactionView
Transaction view model — no fake transactions, requires Indexer Engine data
RTWOExplorerAddressView
Address view model — no fake addresses or balances, requires Indexer Engine data
RTWOExplorerAssetView
Asset view model — no fake assets, supplies, or holders, requires Indexer Engine data
RTWOExplorerContractView
Contract view model — no fake contracts or addresses, requires Indexer Engine data
RTWOExplorerSearchQuery
Search query model — no fake search results, requires Indexer Engine connection
RTWOExplorerDataSource
7 data sources defined — architecture phase, no sources connected
RTWOExplorerViewPolicy
7 view policies defined — architecture phase, no policies active
Service Registry
10 service interfaces — all placeholder until Indexer Engine connected
| Service | Status |
|---|---|
| Explorer Block View Service | Waiting for Indexer Connection |
| Explorer Transaction View Service | Waiting for Indexer Connection |
| Explorer Address View Service | Waiting for Indexer Connection |
| Explorer Asset View Service | Waiting for Indexer Connection |
| Explorer Contract View Service | Waiting for Indexer Connection |
| Explorer Search Service | Waiting for Indexer Connection |
| Explorer Data Source Service | Structure Ready |
| Explorer Refresh Policy Service | Structure Ready |
| Explorer Event Subscriber | Waiting for Event Bus |
| Explorer Readiness Service | Structure Ready |