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
401 stars 498 forks source link

light client #2751

Open nickz-t3 opened 5 months ago

nickz-t3 commented 5 months ago

Hi. Not a bug but more of a feature request.

As I understand the way ACAPy works is that every agent who wants to control his own keys (and VCs) should spin up an ACAPy instance.

Is there a way to have a light client for the Issuer. It only issues VCs and signs them. It does not store them, those VCs are being send by some other means not included in ACAPy functionality.

The ideal way is to be able to use it as part of some other code as an SDK. Ideally in typescript/javascript.

PatStLouis commented 1 week ago

@nickz-t3 is there a reason why you would want to use aca-py instead of credo to do so? Does #2990 address your requirement?