Create DID

did:cheqd requires keys of type Ed25519. They can be either:

  • imported into SSIKit - and further used when creating the did by specifying the kid

  • or created with SSIKit

    • standalone

    • by default when running the did-create command

Using the CLI | Command Line Interface

Detailed instructions on how to build and run the SSI-Kit's CLI.

E.g. create a did:cheqd on testnet and also create the key for it by default

ssikit did create -m cheqd -n testnet

or

ssikit did create -m cheqd --network testnet

Using the REST API

Detailed instructions on how to build and run the SSI-Kit's REST API.

Create a did:cheqd document on the test or main network

POST https://core.ssikit.walt.id/v1/did/create/

Request Body

NameTypeDescription

method*

String

did schema (use cheqd)

network

String

mainnet or testnet

did:cheqd:testnet:dc3a71fb-be38-4145-a80a-dfc67628ab53

Last updated