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.
Create a MEG Address for an agent: a self-generated DID plus signed credentials (compliance level, domain, guarantee). → Generate
Resolve any MEG Address and cryptographically verify its credentials, issuer, and subject binding. → Verify
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
| Identifier | W3C did:web, self-generated (Annex 23 §2) |
|---|---|
| Credentials | W3C Verifiable Credentials as EdDSA VC-JWT, one per attested field (Annex 23 §5) |
| Verification | signature + issuer resolution + subject binding (Annex 23 §6) |
| Trust | issuer 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.