aries-framework-dotnet
aries-framework-dotnet copied to clipboard
Aries Framework .NET for building multiplatform SSI services
Example: https://github.com/hyperledger-labs/solang/blob/main/MAINTAINERS.md Example of a pointer: https://github.com/hyperledger-labs/homebrew-solang/blob/main/MAINTAINERS.md
### CreateBackupAsync and RetrieveBackupAsync(or RestorFromBackupAsync) in Hyperledger.Aries.Routing.IEdgeClientService I have few questions regarding Wallet Backups: 1. **Are these methods capable of creating and restoring wallet backups if I reinstall the application...
Hello, Can someone please give some guidance on how to use InboxItemEvent to implement push notifications. Is InboxId field that identifies Edge agent? At what point i cn hook into...
Agent unable to handle issue-credential/ack-message Following error is encountered if credential ack is sent to agent: ``` Hyperledger.Aries.AriesFrameworkException: Couldn't locate a message handler for type did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/issue-credential/1.0/ack ``` To other agent...
When will the next version be released on nugget? I would like to use some of the newer features that are not available in the 1.4.0 version.
**Describe the bug** Open visual studio with Webagent.sln. Compiled successfully, run the agent under debug mode DefaultProvisioningHostService.cs await _provisioningService.ProvisionAgentAsync(); throw exeception System.DllNotFoundException: 'Unable to load DLL 'indy' or one of...
There are a few issues that I have ran to while trying to use the proof predicate. 1. Returning empty credentials. The function ListCredentialsForProofRequestAsync returns an empty list when request_predicates...
Hello fellow developers, I was struggling little on integrating `Postgres DB` with arise dot net framework. so I have my database running. I was wondering how do I configure the...
It would be helpful if the DotNet framework used https PIURIs (by default). From: https://github.com/hyperledger/aries-framework-go/pull/2655#discussion_r598255549
Mime-type is falsely required for credential request attributes. Following error is encountered if credential preview attribute mime-type is omitted: ``` Hyperledger.Aries.AriesFrameworkException: attr_1 mime type of not supported ``` **Steps to...