DID-Linked Resources
"DID-Linked Resources" are identified with a did:cheqd
Decentralized Identifier with a Universally Unique Identifier (UUID) that acts as a permanently-accessible link to fetch the resources from the cheqd ledger. We refer to this as the "resource ID". Through the "resource ID" or a set of DID URL query parameters, applications are able to persistently access a digital resource on the cheqd network.
Create Resource
Using the createResource cheqd api agents are able to create custom DID-Linked Resources, including:
Trust Registries
Status Lists
Logos associated with DIDs
Governance files
Parameters
did
*name
*resourceType
*id
*data
* : Text, Base64 string or an objectalsoKnownAs
version
Resolve Resource
The resolveResource function in the cheqd API allows agents to resolve DID-Linked Resources in two ways:
By
resourceId
By
resourceName
andresourceType
Additionally, both conventions support the following query parameters:
To fetch a specific resource version:
resourceUrl?version=<versionId>
To fetch the closest resource version for a given time:
resourceUrl?resourceVersionTime=<epoch time>
Using resourceId
resourceId
Get started
Last updated
Was this helpful?