Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Support for issuing and verifying anoncreds using different blockchain providers ] #1104

Open
AlexAndrei98 opened this issue Jan 19, 2023 · 0 comments
Labels
enhancement New feature or request Epic This groups together several related issues. Fix those first! pinned don't close this just for being stale

Comments

@AlexAndrei98
Copy link

AlexAndrei98 commented Jan 19, 2023

Support AnonCreds Interfaces to issue and verify credentials

Define AnonCreds Objects that need to be on the ledger

The objects required to exists for an AnonCred are the following:

  • Schema
  • Credential Definition
  • Credential Revocation List
  • Credential Revocation Entry
    Maybe the did-provider can be in charge of doing the actual writing of these objects?

AnonCreds have a specific flow on when events happen that are blockchain agnostic data-flows

Notes and some useful links
AnonCreds currently uses CL Signatures for doing selective disclosure so that might be required to do beforehand.
We can do a first implementation without the revocation ability as it might simplify things!
AFJ Interfaces Implementation
Specification
Indy blockchain implementation
Cardano implementation to write objects to the ledger in TS
Cheqd implementation in Aries framework JavaScript
Project status

@AlexAndrei98 AlexAndrei98 added the enhancement New feature or request label Jan 19, 2023
@mirceanis mirceanis added pinned don't close this just for being stale Epic This groups together several related issues. Fix those first! labels Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Epic This groups together several related issues. Fix those first! pinned don't close this just for being stale
Projects
None yet
Development

No branches or pull requests

2 participants