Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 3.58 KB

ssi-kit.md

File metadata and controls

25 lines (14 loc) · 3.58 KB
description
Walt ID SSI Kit with cheqd support

🫐 Walt.id SSI Kit

SSI Kit is an Open Source SDK from walt.id which supports cheqd functionality, and other identity networks, via REST API calls or through a native CLI tool.

Walt.id run multiple SaaS offering for customers with varying levels of support and integration requirements.

Get started

Create a DIDCreate a fully conformant DID using SSI Kit.https://docs.walt.id/v/ssikit/ecosystems/cheqd/create-did
Issue a CredentialIssue a fully W3C conformant Credential using walt.id CLI or over REST API.https://docs.walt.id/v/ssikit/ecosystems/cheqd/issue-vc
Verify a CredentialVerify a fully W3C conformant Credential using SSI Kit.https://docs.walt.id/v/ssikit/ecosystems/cheqd/verify-vc

Architecture

In order to be able to onboard the did:cheqd on testnet and mainnet, SSIKit relies on a cheqd universal registrar deployed on walt.id infrastructure. The DID will be created using a key imported into or also created with SSIKit.

Walt.id and cheqd architecture diagram

Supported Credential types

SSI Kit natively supports the following Credential formats:

SD-JWTSelective Disclosure JWT (SD-JWT) is the most commonly adopted credential format for European Digital Identity Ecosystems, allowing users to selectively disclose which attributes they would like to share in a presentation.
JSON (JWT)JSON Web Token (JWT) Credentials are a simple way to transmit Trusted Data as a JSON object.https://learn.cheqd.io/overview/introduction-to-decentralised-identity/what-is-a-verifiable-credential-vc/what-are-the-different-types-of-verifiable-credentials/json-jwt
JSON-LDJSON-LD (Linked Data) Credentials are a richer data format, allowing applications to follow embedded links to other pieces of Linked Data across the web.https://learn.cheqd.io/overview/introduction-to-decentralised-identity/what-is-a-verifiable-credential-vc/what-are-the-different-types-of-verifiable-credentials/json-ld