-
If I create a jsonld offer like this:
```
const { credentialRecord, message } = await issuer.credentials.createOffer({
protocolVersion: "v2",
credentialFormats: {
jsonld: {
…
-
When AF.Swift accepts an OOB invitation including credential-offer from Aca-Py, the credential-request message comes to Aca-Py, but Aca-Py gives the following error.
```
acapy_1 | 2022-12-20 0…
-
## The problem
Using a JS transform script which throws e ClassNotFoundException completely breaks mainUI.
To fix this problem once it occurs, there are 2 options requiring access to the fil…
-
I've seen that when processing Offer Credential messages, `CredentialService` creates a `CredentialRecord` whose `threadId` is set to Offer Credential message's `id`. This is usually fine because the …
-
# Overview
After upgrading to `"@aries-framework/core": "^0.3.1"` the types on Agents `credentials` are resulting into `any`.
Looking at the migration docs from 0.2.X to 0.3.X I couldn't find any ch…
-
As of commit `c5febf5d` AriesBifold is not able to accept credential offers. This commit is where AFJ was updated to the latest alpha release:
```
- "@aries-framework/core": "^0.1.0-alpha.322"…
-
https://github.com/hyperledger/aries-framework-javascript/blob/main/packages/core/src/modules/proofs/repository/PresentationExchangeRecord.ts
-
As a holder I want to remove credentials from my wallet so that I can keep my wallet organized and clear of unnecessary credentials
Wireframes:
https://xd.adobe.com/view/5edd5ca1-8978-4b3f-bf87-9ef21…
-
As a developer I want the capability to use aries-mobile-agent-react-native in an existing project and to be able to receive new updates and push additions back. We need to add componentization or sta…
-
"Starting Own Server" section in docs mentions "To get started, make sure you have set up the correct version of Aries Framework JavaScript" with the following command:
```
npm info "@aries-framew…