DID Methods
DID Methods supported in DIDKit:
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-web: a DID method for publishing a DID document to a domain's "/.wellknown/" configuration directory, to be resolved over HTTPS.
did-jwk: a deterministic transformation of a JWK into a DID Document.
did-test: a test vector generator for the DID Test Suite
did-ethr: the classic Ethereum-based DID method at the heart of uPort, Veramo, and many web3 dApp projects.
did-ion: a DID Method implementation using the Sidetree protocol atop Bitcoin.
did-tezos: a DID method based on Tezos accounts.
Verifiable proof types:
RSASignature2018
Ed25519VerificationKeys
EcdsaSecp256k1Signature2019
EcdsaSecp256r1Signature2019
EcdsaSecp256k1RecoverySignature2020
Eip712Signature2021
JsonWebSignature2020
Last updated