You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Credo is a framework written in TypeScript for building **SSI Agents and DIDComm services** that aims to be **compliant and interoperable** with the standards defined in the [Aries RFCs](https://github.com/hyperledger/aries-rfcs).
41
+
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/).
42
42
43
-
> **Note**
44
-
> The Aries Framework JavaScript project has recently been rebranded to "Credo" and was moved from the Hyperledger Foundation to the Open Wallet Foundation.
45
-
> We are currently in the process of changing the name of the project to Credo, and updating all the documentation and links to reflect this change.
46
-
> You may encounter some broken links, or references to the old name, but we are working hard to fix this. Once the new name has been decided
47
-
> we will update this README and all the documentation to reflect this change.
48
-
> You can follow this discussion for updates about the name: https://github.com/openwallet-foundation/agent-framework-javascript/discussions/1668
43
+
## Quickstart
44
+
45
+
Documentation on how to get started with Credo can be found at https://credo.js.org/
49
46
50
47
## Features
51
48
52
49
See [Supported Features](https://credo.js.org/guides/features) on the Credo website for a full list of supported features.
53
50
54
-
- 🏃 Runs in React Native & Node.JS
55
-
- 🔒 DIDComm v1 support
56
-
- 🌎 [Aries Interop Profile](https://github.com/hyperledger/aries-rfcs/blob/main/concepts/0302-aries-interop-profile/README.md) v1 & v2 support
57
-
- With support for Chat, Mediator Coordination, Indy Credentials & and JSON-LD Credentials sub-targets
58
-
-`did:web`, `did:key`, `did:jwk`, `did:peer`, `did:sov`, `did:indy` and `did:cheqd`, with pluggable interface for registering custom did methods.
59
-
- OpenID for Verifiable Credentials
60
-
- W3C Verifiable Credentials, SD-JWT VCs and AnonCreds
61
-
- 💡 Smart Auto Acceptance of Connections, Credentials and Proofs
62
-
- 🏢 Multi tenant module for managing multiple tenants under a single agent.
51
+
- 🏃 **Platform agnostic** - out of the box support for Node.JS and React Native
52
+
- 🔒 **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).
53
+
- 🛂 **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`.
54
+
- 🔑 **[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).
55
+
- 🪪 **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/).
56
+
- 🏢 **Multi-tenant** - Optional multi-tenant module for managing multiple tenants under a single agent.
63
57
64
58
### Packages
65
59
@@ -155,6 +149,14 @@ See [Supported Features](https://credo.js.org/guides/features) on the Credo webs
0 commit comments