...
did:scid:ke:3:EKYGGh-FtAphGmSZbsuBs_t4qpsjYJ2ZqvMKluq9OxmP?src=did:cheqd:testnet:4eb6bfaf-fb88-4396-aa78-b54809df01cd
did:scid Peer Example
This example uses one of the variants of the did:peer
method (indicated with different did:scid
method version numbers in these examples, though they could also be different did:scid
method names). Because did:peer
assumes local storage, the value of the src parameter is a single dot (for “current directory”).
...
The SCID and verifiable history log are generated using the same process as defined in the did:webvh or KERI AID specifications
Once generated, the initial verifiable history JSON file is published as a DID-Linked Resource on cheqd. For example:
did:cheqd:testnet:9cdea85b-7524-4962-ad11-c943b8303692?resourceName=didScidExample&resourceType=didScidLogEntry&resourceVersionTime=2025-01-23T07:17:26Z
(Using cheqd DID Resolver) https://resolver.cheqd.net/1.0/identifiers/did:cheqd:testnet:9cdea85b-7524-4962-ad11-c943b8303692?resourceName=didScidExample&resourceType=didScidLogEntry&resourceVersionTime=2025-01-23T07:17:26Z
When publishing the verifiable history JSON file on cheqd, the controller MUST also publish the following metadata to enable the file to be queried:
resourceName: Any arbitrary string, naming the file
resourceType: MUST be
didScidLogEntry
The controller MAY also publish the following optional metadata:
alternativeUri: A string or array specifying alternative locations where the initial verifiable history log is also published
resourceVersion: To enable more granular querying by a specific version name or number
The DID-Linked Resource SHOULD be signed using the same keys specified in the “
verificationMethod
” or “authentication
” section of the DID Document, ensuring cryptographic verifiability back to the controller of the DID Document.Using this persistent identifier for the initial verifiable history log, a
did:scid
can be derived. For example:did:scid:ke:3:EKYGGh-FtAphGmSZbsuBs_t4qpsjYJ2ZqvMKluq9OxmP?src=did:cheqd:testnet:9cdea85b-7524-4962-ad11-c943b8303692?resourceName=didScidExample&resourceType=didScidLogEntry&resourceVersionTime=2025-01-23T07:17:26Z
Including a portable
did:scid
which can be migrated to different infrastructure:did:scid:ke:3:EKYGGh-FtAphGmSZbsuBs_t4qpsjYJ2ZqvMKluq9OxmP
...