COBALT · MONAD TESTNET · CHAIN 10143

Enclave Registry
Dashboard

A live, read-only window into the on-chain registry that binds AWS Nitro Enclave attestations to Ethereum signer addresses. Every value on this page is fetched directly from Monad testnet by this single-page app — raw JSON-RPC over fetch, a hand-written Keccak-256 and ABI codec, no indexer, no backend, no library.

Read-only — no transactions, no private keys, ever
01 · Connection

Network

Statusnot checked yet
Chain ID
Latest block
Round trip
// eth_chainId / eth_blockNumber not yet sent
02 · App Lookup

Resolve an app

Enter a registered app's plain name or a raw 0x-prefixed bytes32 appId. Names are hashed client-side with a from-scratch Keccak-256 implementation — except a small set of known demo apps (like ping) whose id was assigned explicitly at registration time rather than derived from their name; those resolve via that explicit id instead of a hash, and this page tells you which path it took.

 
03 · App State

apps(appId)

Resolve an app above to load its on-chain state.
04 · Registered Signers

EnclaveRegistered log scan

Discovered via eth_getLogs filtered on the app's appIdtopic. The public RPC caps each query to ~100 blocks, so the scan runs in small windows, several at once, newest block first, retrying automatically on rate limits.

not scanning
SignerCurrently validRegistered at blockExpiresPCR set hash
no scan run yet