Skip to content

Commit

Permalink
GITBOOK-307: Update slug to studio
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweeddalex authored and gitbook-bot committed Jun 14, 2024
1 parent a257268 commit fe43c9e
Show file tree
Hide file tree
Showing 46 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ There are three core ways of integrating and building with cheqd:

cheqd's identity functionality is fully standards compliant, ensuring interoperability and no vendor lock-in. cheqd's tooling and different product offerings offer a variety of building blocks for any Trusted Data Market.

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Create Decentralised Identifiers (DIDs)</strong></mark></td><td>Fully <a href="https://www.w3.org/TR/did-core/">W3C DID Core</a> conformant Digital identifiers for establishing a root of trust in a given ecosystem. Utilising <a href="architecture/adr-list/adr-001-cheqd-did-method.md">cheqd's DID method (did:cheqd)</a>.</td><td><a href="credential-service/dids/">dids</a></td></tr><tr><td><mark style="color:blue;"><strong>Build DID-Linked Trust Registries</strong></mark> </td><td>Create industry-leading trust registries, using chains of Verifiable Accreditations, to secure your identity ecosytem.</td><td></td></tr><tr><td><mark style="color:blue;"><strong>Charge for Credentials</strong></mark></td><td>Setup encrypted Status Lists and other Resources with <a href="sdk/veramo-plugin/payments/learn/access-control-conditions.md">Payment Conditions to unlock</a>, allowing issuers to set a price for verifying a Credential Status. </td><td><a href="credential-service/payments/">payments</a></td></tr><tr><td><mark style="color:blue;"><strong>Issue Credentials and Presentations</strong></mark></td><td>Fully <a href="https://www.w3.org/TR/vc-data-model/">W3C VC Data Model</a> conformant Verifiable Credentials for establishing trust. Supporting JSON, JSON-LD, SD-JWT and AnonCreds through cheqd APIs and via cheqd's Partners.</td><td><a href="credential-service/credentials/">credentials</a></td></tr><tr><td><mark style="color:blue;"><strong>Create Status Lists on-ledger</strong></mark></td><td>Sophisticated and first-of-its-kind cryptographically verifiable on-ledger files for establishing Trust and Reputability in a Verifiable Credential, utilising DID-Linked Resources. </td><td><a href="credential-service/status-lists/">status-lists</a></td></tr><tr><td><mark style="color:blue;"><strong>Create DID-Linked Resources</strong></mark></td><td>Digital resources, leveraging the cryptographic verifiability of DIDs and patterns of DID Core to anchor schemas, trust registries, status lists and more. </td><td><a href="credential-service/did-linked-resources/">did-linked-resources</a></td></tr></tbody></table>
<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Create Decentralised Identifiers (DIDs)</strong></mark></td><td>Fully <a href="https://www.w3.org/TR/did-core/">W3C DID Core</a> conformant Digital identifiers for establishing a root of trust in a given ecosystem. Utilising <a href="architecture/adr-list/adr-001-cheqd-did-method.md">cheqd's DID method (did:cheqd)</a>.</td><td><a href="studio/dids/">dids</a></td></tr><tr><td><mark style="color:blue;"><strong>Build DID-Linked Trust Registries</strong></mark> </td><td>Create industry-leading trust registries, using chains of Verifiable Accreditations, to secure your identity ecosytem.</td><td></td></tr><tr><td><mark style="color:blue;"><strong>Charge for Credentials</strong></mark></td><td>Setup encrypted Status Lists and other Resources with <a href="sdk/veramo-plugin/payments/learn/access-control-conditions.md">Payment Conditions to unlock</a>, allowing issuers to set a price for verifying a Credential Status. </td><td><a href="studio/payments/">payments</a></td></tr><tr><td><mark style="color:blue;"><strong>Issue Credentials and Presentations</strong></mark></td><td>Fully <a href="https://www.w3.org/TR/vc-data-model/">W3C VC Data Model</a> conformant Verifiable Credentials for establishing trust. Supporting JSON, JSON-LD, SD-JWT and AnonCreds through cheqd APIs and via cheqd's Partners.</td><td><a href="studio/credentials/">credentials</a></td></tr><tr><td><mark style="color:blue;"><strong>Create Status Lists on-ledger</strong></mark></td><td>Sophisticated and first-of-its-kind cryptographically verifiable on-ledger files for establishing Trust and Reputability in a Verifiable Credential, utilising DID-Linked Resources. </td><td><a href="studio/status-lists/">status-lists</a></td></tr><tr><td><mark style="color:blue;"><strong>Create DID-Linked Resources</strong></mark></td><td>Digital resources, leveraging the cryptographic verifiability of DIDs and patterns of DID Core to anchor schemas, trust registries, status lists and more. </td><td><a href="studio/did-linked-resources/">did-linked-resources</a></td></tr></tbody></table>

## Industry Standard DID Support

Expand Down
70 changes: 35 additions & 35 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,41 @@
* [👉 Set up your account](getting-started/get-started/set-up-account.md)
* [🔄 Advanced configuration options](getting-started/get-started/advanced.md)

## 🟢 Start using cheqd <a href="#credential-service" id="credential-service"></a>

* [🆔 Create DIDs and Identity keys](credential-service/dids/README.md)
* [Create Issuer DID](credential-service/dids/create-did.md)
* [Create Identity Keys and Subject DIDs](credential-service/dids/create-subject-did.md)
* [Resolve a DID](credential-service/dids/resolve-did.md)
* [Update or Deactivate DID](credential-service/dids/update-did.md)
* [✅ Issue Credentials and Presentations](credential-service/credentials/README.md)
* [Issue Credential](credential-service/credentials/issue-credential.md)
* [Setup Verida Wallet](credential-service/credentials/verida.md)
* [Verify Credential](credential-service/credentials/verify-credential.md)
* [Verify Presentation](credential-service/credentials/verify-presentation.md)
* [Revoke Credential](credential-service/credentials/revoke-credential.md)
* [Suspend or Unsuspend Credential](credential-service/credentials/suspend-credential.md)
* [♻️ Charge for Verifiable Credentials](credential-service/payments/README.md)
* [Charge for Status List](credential-service/payments/charge.md)
* [Issue Credential with Encrypted Status List](credential-service/payments/issue-credential.md)
* [Verifier pays Issuer](credential-service/payments/verifier-pays-issuer.md)
* [Bulk Update or Rotate Encryption Keys](credential-service/payments/update.md)
* [🎋 Create Status Lists](credential-service/status-lists/README.md)
* [Status List v2021](credential-service/status-lists/status-list-v2021/README.md)
* [Create Status List v2021](credential-service/status-lists/create-status-list.md)
* [Update Status List v2021](credential-service/status-lists/update-status-list.md)
* [Check Status List v2021](credential-service/status-lists/check.md)
* [Search Status List v2021](credential-service/status-lists/search.md)
* [Token Status List](credential-service/status-lists/token-status-list/README.md)
* [Create Token Status List](credential-service/status-lists/token-status-list/create-token-status-list.md)
* [Update Token Status List](credential-service/status-lists/token-status-list/update-token-status-list.md)
* [↕️ Create DID-Linked Resources](credential-service/did-linked-resources/README.md)
* [Create DID-Linked Resource](credential-service/did-linked-resources/create-dlr.md)
* [Search DID-Linked Resource](credential-service/did-linked-resources/search.md)
* [Understanding DID-Linked Resources](credential-service/did-linked-resources/understanding-dlrs/README.md)
* [Context for developing DID-Linked Resources](credential-service/did-linked-resources/understanding-dlrs/context.md)
* [Technical composition of DID-Linked Resources](credential-service/did-linked-resources/understanding-dlrs/technical-composition.md)
* [Referencing DID-Linked Resources in VCs](credential-service/did-linked-resources/understanding-dlrs/referencing.md)
## 🟢 Start using cheqd <a href="#studio" id="studio"></a>

* [🆔 Create DIDs and Identity keys](studio/dids/README.md)
* [Create Issuer DID](studio/dids/create-did.md)
* [Create Identity Keys and Subject DIDs](studio/dids/create-subject-did.md)
* [Resolve a DID](studio/dids/resolve-did.md)
* [Update or Deactivate DID](studio/dids/update-did.md)
* [✅ Issue Credentials and Presentations](studio/credentials/README.md)
* [Issue Credential](studio/credentials/issue-credential.md)
* [Setup Verida Wallet](studio/credentials/verida.md)
* [Verify Credential](studio/credentials/verify-credential.md)
* [Verify Presentation](studio/credentials/verify-presentation.md)
* [Revoke Credential](studio/credentials/revoke-credential.md)
* [Suspend or Unsuspend Credential](studio/credentials/suspend-credential.md)
* [♻️ Charge for Verifiable Credentials](studio/payments/README.md)
* [Charge for Status List](studio/payments/charge.md)
* [Issue Credential with Encrypted Status List](studio/payments/issue-credential.md)
* [Verifier pays Issuer](studio/payments/verifier-pays-issuer.md)
* [Bulk Update or Rotate Encryption Keys](studio/payments/update.md)
* [🎋 Create Status Lists](studio/status-lists/README.md)
* [Status List v2021](studio/status-lists/status-list-v2021/README.md)
* [Create Status List v2021](studio/status-lists/status-list-v2021/create-status-list.md)
* [Update Status List v2021](studio/status-lists/status-list-v2021/update-status-list.md)
* [Check Status List v2021](studio/status-lists/status-list-v2021/check.md)
* [Search Status List v2021](studio/status-lists/status-list-v2021/search.md)
* [Token Status List](studio/status-lists/token-status-list/README.md)
* [Create Token Status List](studio/status-lists/token-status-list/create-token-status-list.md)
* [Update Token Status List](studio/status-lists/token-status-list/update-token-status-list.md)
* [↕️ Create DID-Linked Resources](studio/did-linked-resources/README.md)
* [Create DID-Linked Resource](studio/did-linked-resources/create-dlr.md)
* [Search DID-Linked Resource](studio/did-linked-resources/search.md)
* [Understanding DID-Linked Resources](studio/did-linked-resources/understanding-dlrs/README.md)
* [Context for developing DID-Linked Resources](studio/did-linked-resources/understanding-dlrs/context.md)
* [Technical composition of DID-Linked Resources](studio/did-linked-resources/understanding-dlrs/technical-composition.md)
* [Referencing DID-Linked Resources in VCs](studio/did-linked-resources/understanding-dlrs/referencing.md)

## 🛠️ Integrate an SDK <a href="#sdk" id="sdk"></a>

Expand Down
10 changes: 5 additions & 5 deletions advanced/anoncreds/credential-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: cheqd support for Ledger-Agnostic AnonCreds CredDefs
---

# Credential Definitions ("CredDefs")
# Credential Definitions

## cheqd AnonCreds Object Method for CredDefs

Expand Down Expand Up @@ -145,7 +145,7 @@ An example of a CredDef Object content with revocation is below:

### cheqd CredDef ID

cheqd uses [DID-Linked Resources](../../credential-service/did-linked-resources/understanding-dlrs/) to identify individual resources, associated with a DID, using fully resolvable DID URLs.
cheqd uses [DID-Linked Resources](../../studio/did-linked-resources/understanding-dlrs/) to identify individual resources, associated with a DID, using fully resolvable DID URLs.

cheqd resources module uses the following path-based syntax:

Expand Down Expand Up @@ -182,7 +182,7 @@ The cheqd CredDef request format comprises of:

Both of these inputs are required to provide the ledger enough information to:

1. Populate a [cheqd DID-Linked Resource](../../credential-service/did-linked-resources/understanding-dlrs/); and
1. Populate a [cheqd DID-Linked Resource](../../studio/did-linked-resources/understanding-dlrs/); and
2. Compile a standardised AnonCreds CredDef object in the [Response format](credential-definition.md#cheqd-creddef-response-format).

#### cheqd CredDef Resource file
Expand Down Expand Up @@ -244,7 +244,7 @@ Or with revocation:
}
```

This CredDef Resource file inputs should be replicated where possible within the Payload file, to populate a [DID-Linked resource](../../credential-service/did-linked-resources/understanding-dlrs/) stored on cheqd, with the following mapping:
This CredDef Resource file inputs should be replicated where possible within the Payload file, to populate a [DID-Linked resource](../../studio/did-linked-resources/understanding-dlrs/) stored on cheqd, with the following mapping:

| CredDef Object field | CredDef Object expected input | Mapped Payload file field | Mapped Payload file input |
| -------------------- | ----------------------------- | ------------------------- | ------------------------- |
Expand Down Expand Up @@ -278,7 +278,7 @@ Below is an example of a Payload file:
}
```

When passing the Payload file to the ledger, additional inputs may be required within the Payload file to populate the [DID-Linked Resource](../../credential-service/did-linked-resources/understanding-dlrs/). In this instance, the only additional information required is:
When passing the Payload file to the ledger, additional inputs may be required within the Payload file to populate the [DID-Linked Resource](../../studio/did-linked-resources/understanding-dlrs/). In this instance, the only additional information required is:

| Additional parameter | Expected input | Rationale |
| -------------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
8 changes: 4 additions & 4 deletions advanced/anoncreds/revocation-registry-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ For example, the on-ledger Revocation Registry Definition Object Content is as f

### cheqd Revocation Registry Definition Object ID

cheqd uses [DID-Linked Resources](../../credential-service/did-linked-resources/understanding-dlrs/) to identify individual resources, associated with a DID, using fully resolvable DID URLs.
cheqd uses [DID-Linked Resources](../../studio/did-linked-resources/understanding-dlrs/) to identify individual resources, associated with a DID, using fully resolvable DID URLs.

cheqd resources module uses the following format:

Expand Down Expand Up @@ -112,7 +112,7 @@ The cheqd revocation registry definition request format comprises of:

Both of these inputs are required to provide the ledger enough information to:

1. Populate a [cheqd DID-Linked Resource](../../credential-service/did-linked-resources/understanding-dlrs/); and
1. Populate a [cheqd DID-Linked Resource](../../studio/did-linked-resources/understanding-dlrs/); and
2. Compile a standardised AnonCreds revocation registry definition object in the [Response format](revocation-registry-definition.md#cheqd-revocation-registry-definition-response-format).

#### Revocation Registry Definition Resource file
Expand Down Expand Up @@ -142,7 +142,7 @@ In the example below, the content should be saved as a file, for example: `degre
Note: The associated Credential Definition specified must have enabled revocation support for the Revocation Registry Definition to be able to be used properly in an SDK.
{% endhint %}

This Revocation Registry Definition Resource file fields should be replicated where possible within the Payload file, to populate a [DID-Linked resource](../../credential-service/did-linked-resources/understanding-dlrs/) stored on cheqd, with the following mapping:
This Revocation Registry Definition Resource file fields should be replicated where possible within the Payload file, to populate a [DID-Linked resource](../../studio/did-linked-resources/understanding-dlrs/) stored on cheqd, with the following mapping:

| Resource file field | Resource file input | Payload file field | Payload file input |
| ------------------- | ------------------- | ------------------ | ---------------------- |
Expand Down Expand Up @@ -176,7 +176,7 @@ Below is an example of a Payload file:
}
```

When passing the Payload file to the ledger, additional inputs may be required within the Payload file to populate the [DID-Linked Resource](../../credential-service/did-linked-resources/understanding-dlrs/). In this instance, the only additional information required is:
When passing the Payload file to the ledger, additional inputs may be required within the Payload file to populate the [DID-Linked Resource](../../studio/did-linked-resources/understanding-dlrs/). In this instance, the only additional information required is:

| Additional parameter | Expected input | Rationale |
| -------------------- | -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
Loading

0 comments on commit fe43c9e

Please sign in to comment.