Create a DID
Create a Decentralized Identifier (DID) on cheqd using Veramo.
Instructions
1. Create your identity keys within a DID Document template
Command (inline)
veramo execute -m cheqdGenerateDidDoc --argsJSON '{"verificationMethod": "JsonWebKey2020", "methodSpecificIdAlgo": "uuid", "network": "testnet"}'Command (pass as file)
veramo execute -m cheqdGenerateDidDoc --argsFile path/to/exampleFile.jsonInputs and arguments
Expected output
Unexpected output
2. Prepare/edit DIDDoc contents
Example of payload.json files
payload.json filesParameters
3. Create new DID and publish DIDDoc
Next steps
Troubleshooting
Last updated
Was this helpful?