Create DID
DID cheqd scheme is supported with the same functionality as the other DID schemes (see Decentralized Identifiers for command-line interface or Decentralised identifiers for REST API). Creating a
did:cheqd
will also onboard with the Universal Registrar. The created DID can be checked at https://resolver.cheqd.net/1.0/identifiers/{your-did} or using the Universal Resolver.did:cheqd
requires keys of type Ed25519
. They can be either:E.g. create a
did:cheqd
on testnet
and also create the key for it by defaultssikit did create -m cheqd -n testnet
or
ssikit did create -m cheqd --network testnet
post
https://core.ssikit.walt.id/v1/did/create
/
Create a did:cheqd document on the test or main network
Last modified 2mo ago