every DID method, measured
Empeiria EVDI chain documents, protobuf-decoded offline from one Tendermint abci_query.
New driver under the verification guarantee: ThisDID resolutions are double-checked in parallel against an independent upstream — for did:empe, archon — until the live match-rate earns graduation.
did:empe has an approved and merged resolver docker container in the DIF Universal Resolver repository.
Empeiria's Cosmos-SDK chain stores DID documents in its x/diddoc module. The driver hand-encodes the query request, GETs abci_query on the public testnet RPC (path /empe.diddoc.Query/DidDocument) and decodes the protobuf answer offline with field numbers taken from the chain's own codec — validated byte-for-byte against the live testnet. Empeiria has no public mainnet yet (verified 24 Aug 2026): mainnet DIDs report notConfigured until real endpoints exist. The official @empe packages pull cosmjs/protobufjs/typeorm and are unusable in a Worker, hence the clean room. Archon resolves the method too and serves as probation verifier.