Comment on page
DID Methods
- did-pkh: a did-key-like deterministic method for generating DIDs from blockchain addresses encoded and validated according to the emerging "CAIP" cross-chain addressing specification
- did-key: the classic deterministic method for generating DIDs deterministically from a JWK file or other local key material
- did-webkey: a DID method designed in-house for deterministically deriving DID Documents from key material exposed by major web APIs; while we implemented it specifically for the SSH and GPG keys exposed and consumed by GitHub's APIs, it could readily be extended to analogous contexts.
- did-ethr: the classic Ethereum-based DID method at the heart of uPort, Veramo, and many web3 dApp projects (implicit only; main-net indexing & resolution coming soon)
- RSASignature2018
- Ed25519VerificationKeys
- EcdsaSecp256k1Signature2019
- EcdsaSecp256r1Signature2019
- EcdsaSecp256k1RecoverySignature2020
- Eip712Signature2021
- SolanaSignature2021
- JsonWebSignature2020
Last modified 1yr ago