Module key

Module key 

Source
Expand description

did:key resolver โ€” fully local, no network required.

Only Ed25519 keys (z6Mk... โ€” multicodec 0xed01 + base58btc multibase) are supported. Per the did:key specification, the DID Document is derived directly from the public key bytes without any network fetch.

Reference: https://w3c-ccg.github.io/did-method-key/

Structsยง

KeyDidResolver
Resolves did:key DIDs locally without any network access.