hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
240 stars 158 forks source link

VC Wallet - splitting wallet packages for lighter version of wallet #3298

Open sudeshrshetty opened 2 years ago

sudeshrshetty commented 2 years ago

Split current vcwallet to

  1. vcwallet - core wallet features only like add, remove, get, getall & VC operations
  2. didcomm wallet - DIDComm related features only

expected: should be able to build light version of wallet wasm with only core wallet features.

sudeshrshetty commented 2 years ago

@vkubiv

rolsonquadras commented 1 year ago

Related PR https://github.com/hyperledger/aries-framework-go/pull/3276