aries-framework-go
aries-framework-go copied to clipboard
VC Wallet - splitting wallet packages for lighter version of wallet
Split current vcwallet to
- vcwallet - core wallet features only like add, remove, get, getall & VC operations
- didcomm wallet - DIDComm related features only
expected: should be able to build light version of wallet wasm with only core wallet features.
@vkubiv
Related PR https://github.com/hyperledger/aries-framework-go/pull/3276