Skip to content

Commit

Permalink
GITBOOK-296: Updated comparison table
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweeddalex authored and gitbook-bot committed Apr 9, 2024
1 parent 7d6be70 commit 6cba779
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
20 changes: 10 additions & 10 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Table of contents

## Getting Started
## ℹ️ Getting Started

* [Product Overview](README.md)

Expand All @@ -16,7 +16,7 @@
* [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 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)
Expand All @@ -31,15 +31,15 @@
* [Update Status List](credential-service/status-lists/update-status-list.md)
* [Check Status List](credential-service/status-lists/check.md)
* [Search Status List](credential-service/status-lists/search.md)
* [↕ Create DID-Linked Resources](credential-service/did-linked-resources/README.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)

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

* [Choosing the right SDK](sdk/understanding-sdks.md)
* [🍈 Veramo](sdk/veramo-plugin/README.md)
Expand Down Expand Up @@ -74,7 +74,7 @@
* [🍏 Credo](sdk/credo.md)
* [🫐 Walt.id SSI Kit](sdk/ssi-kit.md)

## 🏗 Architecture
## 🏗 Architecture

* [Architecture Decision Record (ADR) Process](architecture/README.md)
* [List of ADRs](architecture/adr-list/README.md)
Expand All @@ -86,11 +86,11 @@

## 💫 Advanced features and alternatives <a href="#advanced" id="advanced"></a>

* [➡ DID Registrar](advanced/did-registrar/README.md)
* [ DID Registrar](advanced/did-registrar/README.md)
* [Setup DID Registrar](advanced/did-registrar/did-registrar-setup.md)
* [Create a DID](advanced/did-registrar/create-did.md)
* [Create a DID-Linked Resource](advanced/did-registrar/create-resource.md)
* [⬅ DID Resolver](advanced/did-resolver/README.md)
* [ DID Resolver](advanced/did-resolver/README.md)
* [Setup DID Resolver](advanced/did-resolver/setup-did-resolver.md)
* [⚡ AnonCreds Object Method](advanced/anoncreds/README.md)
* [Schemas](advanced/anoncreds/schema.md)
Expand All @@ -109,23 +109,23 @@
* [VDR Tools CLI with cheqd (deprecated)](advanced/tooling/vdr-tools.md)
* [Demo Wallet for identity setup](advanced/tooling/demo-wallet.md)

## ⚛ Network
## Network

* [Get started with cheqd Network](network/cheqd/README.md)
* [Identity Write Pricing](network/cheqd/identity-write-pricing.md)
* [Comparison to Hyperledger Indy](network/cheqd/comparison-to-hyperledger-indy.md)
* [⏩ Setup your Wallet](network/wallets/README.md)
* [Setup Leap Wallet](network/wallets/setup-leap-wallet.md)
* [Setup Keplr wallet](network/wallets/keplr-setup.md)
* [↪ Useful Tools and APIs](network/tools/README.md)
* [ Useful Tools and APIs](network/tools/README.md)
* [Block Explorer](network/tools/block-explorer.md)
* [Testnet Faucet](network/tools/testnet-faucet.md)
* [Validator Status API](network/tools/validator-status-api.md)
* [Cheqd x Cosmos Data APIs](network/tools/data-apis.md)
* [Cosmos Airdrop Helpers](network/tools/airdrop.md)
* [Cosmos Address Convertor](network/tools/address-convertor.md)
* [Ethereum Bridge](network/tools/ethereum-bridge.md)
* [⬆ Network Upgrades](network/network-upgrades/README.md)
* [ Network Upgrades](network/network-upgrades/README.md)
* [2021](network/network-upgrades/2021/README.md)
* [0.1.x](network/network-upgrades/2021/0.1.x.md)
* [0.2.x](network/network-upgrades/2021/0.2.x.md)
Expand Down
7 changes: 3 additions & 4 deletions network/cheqd/comparison-to-hyperledger-indy.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Compare cheqd's functionality to another identity chain, Hyperledger Indy, using
| **Governance Framework** | On-ledger Governance Framework via DID URL | Off-ledger Governance Framework |
| **JSON based JWT Verifiable Credentials** | ✔️ ||
| **JSON-LD Verifiable Credentials** | ✔️ ||
| **SD-JWT** | ✔️ ||
| **JSON-LD BBS+ signatures** | ⌛(roadmap) ||
| **AnonCreds (ZKP-CL)** | ✔️ | ✔️ |
| **DID method** | did:cheqd | did:indy |
Expand All @@ -23,17 +24,15 @@ Compare cheqd's functionality to another identity chain, Hyperledger Indy, using
| **Multiple DID Controllers per DIDDoc** | ✔️ ||
| **Verification relationships with specific keys for a particular verification purpose** | ✔️ ||
| **Support Aries Framework JavaScript** | ✔️ | ✔️ |
| **Support: Aries Framework.NET** | ⌛(roadmap) | ✔️ |
| **Support: ACA-Py** | ⌛(roadmap) | ✔️ |
| **Support: Aries Framework Go** | ⌛(roadmap) | ✔️ |
| **Support: Veramo SDK** | ✔️ ||
| **Support: Other JSON/JSON-LD SDKs** | ✔️ (Walt.id) ||
| **On-ledger Schemas** | ✔️ | ✔️ |
| **Credential Definitions** | ✔️ | ✔️ |
| **AnonCreds Revocation Registry Definitions** | ✔️ | ✔️ |
| **AnonCreds Revocation Registry Entries** | ✔️ | ✔️ |
| **Status List 2021** | ✔️ ||
| **Trust Registry Definitions** | ⌛(roadmap) ||
| **Trust Registry Entries** | ⌛(roadmap) ||
| **Trust Registry Definitions** | ✔️ ||
| **Trust Registry Entries ("Verifiable Accreditations")** | ✔️ ||
| **Other assets (images, docs, policies)** | ✔️ ||
| **Payments for Verifiable Credentials** | ✔️ ||

0 comments on commit 6cba779

Please sign in to comment.