MEG Address Registry - Sandbox

A working reference implementation of MEG1 Annex 23: it generates and verifies MEG Addresses as W3C did:web identifiers carrying signed Verifiable Credentials. No proprietary identity system - it packages existing standards (W3C DID/VC, Ed25519) and adds the MEG legal semantics.

Generate

Create a MEG Address for an agent: a self-generated DID plus signed credentials (compliance level, domain, guarantee). → Generate

Verify

Resolve any MEG Address and cryptographically verify its credentials, issuer, and subject binding. → Verify

API

Verify any MEG Address programmatically. Returns a JSON verdict (signature, issuer, subject binding) so other systems and registries can verify machine-to-machine. → Try the API (returns JSON)

Issuer active: did:web:registry.meg-initiative.org · issuer DID document

How it maps to the standard

IdentifierW3C did:web, self-generated (Annex 23 §2)
CredentialsW3C Verifiable Credentials as EdDSA VC-JWT, one per attested field (Annex 23 §5)
Verificationsignature + issuer resolution + subject binding (Annex 23 §6)
Trustissuer accreditation - out of scope in sandbox (Annex 24)

MEG Address Sandbox · reference implementation of MEG1 Annex 23 (W3C DID + Verifiable Credentials). Self-attested, non-accredited - no legal weight.