aries-framework-go
aries-framework-go copied to clipboard
Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
**What I'm trying to do** I'm building this framework for use in an iOS swift app and an android kotlin app **Expected result** I expected to get something like ariesagent.framework...
**What I'm trying to do** Run the open api demo and accept a credential request by alice - connect Alice To Bob as described in `https://github.com/hyperledger/aries-framework-go/blob/main/docs/rest/openapi_demo.md#how-to-create-a-did-connection-through-the-out-of-band-protocol` - both are connected...
Fixes #3193 I checked the swagger docs for vcwallet and vdr. Problem might occur in other parts, too.
**Title:** Port Aries Agent to AWS Lambda **Description:** Port the Agent to run on AWS Lambda, using APIGW and DynamoDB as the supporting infrastructure for transport and storage, respectively. **Summary:**...
### Context I am following the Aries development since a few releases, and as far as I know some releases introduction breaking changes. To me this was unexpected, since all...
**Title:** Fix VC wallet: Unable to issue credential **Description:** Fixes #3029 **Summary:** Converts the verification method / public key to the key ID that's required by keyManager to retrieve the...
The LD Remote Provider Store implementation in https://github.com/hyperledger/aries-framework-go/blob/main/pkg/store/ld/remote_provider_store.go could use the storage provider more efficiently. When `Save(endpoint string)` gets called, it stores some data in the underlying key-value store. A...
**What I'm trying to do** I'm trying to generate the openapi / swagger docs from the code. ``` $ ./go-swagger version version: v0.29.0 commit: 09ae1192ca9a941bbb534aca09e6bdc562c95ef3 $ ./go-swagger generate spec -w...
* Are you filing a bug report? bug, enhancement **What I'm trying to do** I'm trying to implement a controller (typescript -Nestjs) and I have enabled a rest endpoint for...
This change switches go-jose project from square to the new go-jose repo. It also removes the Ed25519 JWK thumbprint bug fix from the framework since it is now fixed in...