SEED services
contracts not stamped
seed-services / explorer

Public chain explorer

A read-only explorer shell for blocks, transactions and events. It waits on seed-indexer, PostgreSQL ownership and read-model contracts.

Indexer
contract not stamped
Database
ownership open
Search
read-only shell
Finality
not asserted
contract not stamped: this front renders the production structure without calling a backend, creating custody, inventing policy, or claiming public testnet readiness.

Runtime contract gate

Future chain and service endpoints are consumed from environment only. This shell discloses configuration presence, never raw endpoint values, and fails closed if contracts are marked stamped before live backend clients exist.

surface explorer
contracts not-stamped
chain id not set
chain rpc not set
chain rest not set
indexer api not set
faucet api not set
sponsor api not set

Search shape

Search grammar, read models and finality display are not stamped. The field is structural only.

read API not stamped

Search and latest facts

Search boxes and latest tables are present as UI structure. They do not claim an event schema, finality model or indexed database contract.

Indexer dependency

Production explorer requires seed-indexer, PostgreSQL migrations, restart behavior and RPC fallback policy before wiring live data.

Required states in the front shell

latest facts available

Illustrative rows show the intended density and hierarchy.

empty chain

No indexed data is treated as a legitimate state.

search no result

Search returns no fact without suggesting a partial match.

invalid search

Malformed height, address or hash is user-correctable.

indexer catching up

Lag is visible and does not masquerade as current truth.

database unavailable

Read model failure is explicit.

RPC fallback active

Fallback is labelled and cannot imply full explorer parity.

system failure

No data returned when indexer, database and RPC are unavailable.

contract not stamped

API, event schema and metrics remain placeholders.