Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openwallet-foundation/credo-ts

Typescript framework for building decentralized identity and verifiable credential solutions
https://github.com/openwallet-foundation/credo-ts

aries-framework aries-framework-javascript cheqd credo decentralized-identity did didcomm hyperledger-aries hyperledger-indy openid4vc react-native sd-jwt-vc self-sovereign-identity trust-over-ip typescript w3c-vc

Last synced: about 9 hours ago
JSON representation

Typescript framework for building decentralized identity and verifiable credential solutions

Awesome Lists containing this project

README

        




Credo Logo


Credo



Pipeline Status
Codecov Coverage
License
typescript




Quickstart  | 
Features  | 
Contributing  | 
License

Credo is a framework written in TypeScript for building **decentralized identity solutions** that aims to be compliant and **interoperable with identity standards across the world**. Credo is agnostic to any specific exchange protocol, credential format, signature suite or did method, but currently mainly focuses on alignment with [OpenID4VC](https://openid.net/sg/openid4vc/), [DIDComm](https://identity.foundation/didcomm-messaging/spec/) and [Hyperledger Aries](https://hyperledger.github.io/aries-rfcs/latest/).

## Quickstart

Documentation on how to get started with Credo can be found at https://credo.js.org/

## Features

See [Supported Features](https://credo.js.org/guides/features) on the Credo website for a full list of supported features.

- 🏃 **Platform agnostic** - out of the box support for Node.JS and React Native
- 🔒 **DIDComm and AIP** - Support for [DIDComm v1](https://hyperledger.github.io/aries-rfcs/latest/concepts/0005-didcomm/), and both v1 and v2 of the [Aries Interop Profile](https://github.com/hyperledger/aries-rfcs/blob/main/concepts/0302-aries-interop-profile/README.md).
- 🛂 **Extendable [DID](https://www.w3.org/TR/did-core/) resolver and registrar** - out of the box support for `did:web`, `did:key`, `did:jwk`, `did:peer`, `did:sov`, `did:indy` and `did:cheqd`.
- 🔑 **[OpenID4VC](https://openid.net/sg/openid4vc/)** - support for [OpenID for Verifiable Credential Issuance](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html), [OpenID for Verifiable Presentations](https://openid.net/specs/openid-4-verifiable-presentations-1_0.html) and [Self-Issued OpenID Provider v2](https://openid.net/specs/openid-connect-self-issued-v2-1_0.html).
- 🪪 **Multiple credential formats** - [W3C Verifiable Credential Data Model v1.1](https://www.w3.org/TR/vc-data-model/), [SD-JWT VCs](https://www.ietf.org/archive/id/draft-ietf-oauth-sd-jwt-vc-03.html), and [AnonCreds](https://hyperledger.github.io/anoncreds-spec/).
- 🏢 **Multi-tenant** - Optional multi-tenant module for managing multiple tenants under a single agent.

### Packages


Package
Version


@credo-ts/core


@credo-ts/core version




@credo-ts/node


@credo-ts/node version




@credo-ts/react-native


@credo-ts/react-native version




@credo-ts/indy-vdr


@credo-ts/indy-vdr version




@credo-ts/cheqd


@credo-ts/cheqd version




@credo-ts/askar


@credo-ts/askar version




@credo-ts/anoncreds


@credo-ts/anoncreds version




@credo-ts/openid4vc


@credo-ts/openid4vc version




@credo-ts/action-menu


@credo-ts/action-menu version



@credo-ts/question-answer


@credo-ts/question-answer version




@credo-ts/tenants


@credo-ts/tenants version




@credo-ts/drpc


@credo-ts/drpc version




@aries-framework/indy-sdk (deprecated, unmaintained after 0.4.x)


@aries-framework/indy-sdk version




@aries-framework/anoncreds-rs (deprecated and combined with @credo-ts/anoncreds)


@aries-framework/anoncreds-rs version




@credo-ts/openid4vc-client (deprecated in favour of @credo-ts/openid4vc)


@credo-ts/openid4vc-client version


## Demo

To get to know the Credo issuance and verification flow, we built a demo to walk through it yourself together with agents Alice and Faber.

- OpenID4VC and SD-JWT VC demo in the [`/demo-openid`](/demo-openid) directory.
- DIDComm and AnonCreds demo in the [`/demo`](/demo) directory.

## Contributing

If you would like to contribute to the framework, please read the [Framework Developers README](/DEVREADME.md) and the [CONTRIBUTING](/CONTRIBUTING.md) guidelines. These documents will provide more information to get you started!

There are regular community working groups to discuss ongoing efforts within the framework, showcase items you've built with Credo, or ask questions. See [Meeting Information](https://github.com/openwallet-foundation/credo-ts/wiki/Meeting-Information) for up to date information on the meeting schedule. Everyone is welcome to join!

We welcome you to join our mailing list and Discord channel. See the [Wiki](https://github.com/openwallet-foundation/credo-ts/wiki/Communication) for up to date information.

## License

OpenWallet Foundation Credo is licensed under the [Apache License Version 2.0 (Apache-2.0)](/LICENSE).