RTWO-EXPL-001Phase 15

Explorer Platform

Blockchain visibility layer for RTWO Chain — Architecture Phase

Structure CompleteExplorer Not Deployed

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

Indexer Engine not connected — no blockchain data available
Explorer Backend not deployed — explorer.rtwo.network NOT live
Event Bus not connected — no real-time events
RPC Platform not connected — no blockchain node access
Ledger Engine not connected — no state data

Domain Models

8 strongly typed domain models — architecture defined

RTWOExplorerBlockView

Block view model — no fake blocks, requires Indexer Engine data

viewIdblockReferenceblockNumberReferenceblockHashReferencetransactionCountReferenceproposerReferencetimestampReferencesourceReferencestatus

RTWOExplorerTransactionView

Transaction view model — no fake transactions, requires Indexer Engine data

viewIdtransactionReferencetransactionHashReferencefromAddressReferencetoAddressReferenceamountReferencefeeReferenceblockReferencesourceReferencestatus

RTWOExplorerAddressView

Address view model — no fake addresses or balances, requires Indexer Engine data

viewIdaddressReferencebalanceReferencetransactionCountReferenceassetHoldingsReferencesourceReferencestatus

RTWOExplorerAssetView

Asset view model — no fake assets, supplies, or holders, requires Indexer Engine data

viewIdassetReferencesymbolReferenceholderCountReferencesupplyReferencetransferCountReferencesourceReferencestatus

RTWOExplorerContractView

Contract view model — no fake contracts or addresses, requires Indexer Engine data

viewIdcontractReferencecontractAddressReferencedeploymentReferenceexecutionReferenceeventReferencesourceReferencestatus

RTWOExplorerSearchQuery

Search query model — no fake search results, requires Indexer Engine connection

queryIdqueryTextqueryTypesourceReferencestatuscreatedAt

RTWOExplorerDataSource

7 data sources defined — architecture phase, no sources connected

dataSourceIdsourceTypesourceNameconnectionStatuslastCheckedAt

RTWOExplorerViewPolicy

7 view policies defined — architecture phase, no policies active

policyIdviewTypevisibilityPolicyrefreshPolicystatus

Service Registry

10 service interfaces — all placeholder until Indexer Engine connected

ServiceStatus
Explorer Block View ServiceWaiting for Indexer Connection
Explorer Transaction View ServiceWaiting for Indexer Connection
Explorer Address View ServiceWaiting for Indexer Connection
Explorer Asset View ServiceWaiting for Indexer Connection
Explorer Contract View ServiceWaiting for Indexer Connection
Explorer Search ServiceWaiting for Indexer Connection
Explorer Data Source ServiceStructure Ready
Explorer Refresh Policy ServiceStructure Ready
Explorer Event SubscriberWaiting for Event Bus
Explorer Readiness ServiceStructure Ready