Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 2.19 KB

README.md

File metadata and controls

15 lines (9 loc) · 2.19 KB
description
ACA-Py Plugin with cheqd support

🍊 ACA-Py

Aries Cloud Agent Python (ACA-Py) serves as a foundational tool for developing Verifiable Credential (VC) ecosystems. It functions at the second and third layers of the Trust Over IP framework and supports multiple credential formats and protocols. As part of the Open Wallet Foundation, ACA-Py's capabilities can be expanded with runtime-loaded plug-ins. Explore a diverse range of plug-ins in the ACA-Py Plugins repository.

ACA-Py now includes support for the Cheqd DID method, facilitating integration with Cheqd's decentralized identity ecosystem. Developers can utilize Cheqd for DID creation, resolution, and operations like issuing and verifying AnonCreds credentials. This offers an easy transition from the decommissioned Sovrin network to a modern, scalable alternative without disrupting existing workflows. Cheqd is fully supported in ACA-Py for issuing Verifiable Credentials, creating Credential Schemas, and Credential Definitions.

AnonCreds using cheqd are facilitated using the cheqd AnonCreds Object Method.

Get started

cheqd Agent SetupSetup the ACA-Py agent with cheqd plugin.setup-aca-py-agent.md
Create cheqd DIDsUse the agent to create cheqd DIDs.create-a-did.md
Issue a CredentialIssue a verifiable credential using ACA-Py agent.issue-a-verifiable-credential.md