hyperledger / anoncreds-v2-rs

Anonymous Credential Exchange 2.0
Apache License 2.0
31 stars 10 forks source link

Define mapping of AnonCreds v2 into W3C Format Verifiable Credential and Verifiable Presentation format #12

Open swcurran opened 7 months ago

swcurran commented 7 months ago

Define and implement the formatting of AnonCreds v2 credentials and presentation into W3C Verifiable Credentials Data Model Standard format.

In doing that, consider adding to the data model the additional fields of the VC Data Model (e.g., issuance_date) as fields included in AnonCreds.

swcurran commented 7 months ago

In implementing this, consider:

This part of the work gets into the always "interesting" area of canonicalization schemes. For example, should JSON-LD canonicalization be used, and if so, how?

m-rit commented 1 month ago

Hi @swcurran, can I work on this issue if noone is assigned to it ? I have used this repo for some personal projects, and I would love to contribute to the issues !

swcurran commented 4 weeks ago

Feel free to submit a pull request to the repo — contributions are welcome. In this case, the work would be a markdown document defining the proposal. Or perhaps just comments on this issue with the proposal. There would not be any coding at this point.

If you do a PR, please keep in mind to sign off on all commits for DCO — DCO - Developer Certificate of Origin - https://github.com/apps/dco.