Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/openwallet-foundation/credo-ts
- Owner: openwallet-foundation
- License: apache-2.0
- Created: 2019-11-20T17:23:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T21:36:03.000Z (5 days ago)
- Last Synced: 2024-12-20T06:34:47.962Z (3 days ago)
- Topics: 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
- Language: TypeScript
- Homepage: https://credo.js.org
- Size: 15.5 MB
- Stars: 280
- Watchers: 28
- Forks: 204
- Open Issues: 214
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
Credo
Quickstart |
Features |
Contributing |
LicenseCredo 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/node
@credo-ts/react-native
@credo-ts/indy-vdr
@credo-ts/cheqd
@credo-ts/askar
@credo-ts/anoncreds
@credo-ts/openid4vc
@credo-ts/action-menu
@credo-ts/question-answer
@credo-ts/tenants
@credo-ts/drpc
@aries-framework/indy-sdk (deprecated, unmaintained after 0.4.x)
@aries-framework/anoncreds-rs (deprecated and combined with@credo-ts/anoncreds
)
@credo-ts/openid4vc-client (deprecated in favour of@credo-ts/openid4vc
)
## 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).