hyperledger / aries-cloudagent-python

Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments.
https://wiki.hyperledger.org/display/aries
Apache License 2.0
407 stars 510 forks source link

Update/adapt Issue Credential v1 to use anoncreds interface #2381

Closed dbluhm closed 1 month ago

dbluhm commented 1 year ago

So far, only the ICv2 protocol implementation has been updated to use the anoncreds interface. The same adjustments should be made to the ICv1 implementation.

dbluhm commented 1 year ago

This diff should give a good idea of the kinds of changes required: https://github.com/hyperledger/aries-cloudagent-python/pull/2276/files#diff-fd952db170fd7d5742268e460f9e739c3e9106a06f4e6e2556a634074841977a

(Jump to aries_cloudagent/protocols/issue_credential/v2_0/formats/indy/handler.py if the link didn't automatically do that for you)