aries-framework-go
aries-framework-go copied to clipboard
Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
**Title:** Adding sqlite to mobile agent **Description:** I created a component in the mobile agent that allows a user to use a storage provider that connects with SQLite. **Summary:** Using...
I believe there's value in exposing the eventProps publicly from issuecredential, especially when using the client interface. Consider that custom action handlers have no lib provided type-safe casts at the...
This is part of an overall larger storage rework to switch Aries from using the current "one size fits all" approach to data storage to one that allows consumers of...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. Release notes Sourced from actions/upload-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (#293) Update package-lock.json file version to 2 (#302) Breaking Changes...
I'm trying to establish a connection between 2 parties, Alice and Bob. Both use a separate profile in the same running instance of `aries-agent-rest` Problem is, that I can create...
[SD-JWT](https://www.ietf.org/id/draft-fett-oauth-selective-disclosure-jwt-02.html) defines a mechanism to issue claim sets (just like how a JWT contains a claim set) to holders that can then selectively disclose a subset of these claims to...
This is a weak proposal, and tries to fix problems arising elsewhere, so take it with a grain of salt. Here's the error I saw when converting the WebApp PWA...
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...