Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

This page documents basic wallet implementation for aries-framework-go covering universal wallet 2020 interfaces. 


High-level architecture


Aries framework go wallet has plugin based architecture which can be replaced to customize wallet implementations.



Questions: 

  • Why we need a new query interface for querying VCs using presentation exchange? Why can't we use existing 'query' interface from store plugin?
    'add' interface function from store plugin can be used to add any data model. Modifying 'query' interface to support presentation exchange may increase the complexity for non-VC data model users.



  • No labels