-
In ACA-Py (Aries Cloud Agent Python), it is possible to specify and configure webhook URLs when creating wallets. Is there a way to include webhook URLs when using an AFJ-based agent similar to how i…
-
following tutorials from
https://aries.js.org/guides/0.4/getting-started/set-up/aries-askar - askar agent: `yarn android` runs successfully
https://aries.js.org/guides/0.4/getting-started/set-up/i…
-
### Description
We are currently working with Aries Framework JavaScript 0.3.3 and integrating it into a React Native application. We have encountered an issue concerning the Mediator URL that we h…
-
Test scenario:
1. Faber creates an credential-offer-message and creates an oob with it.
```js
const issueCredentialConfig = {
label: 'Faber College',
handshake: true,
}
const { message …
-
I have completed all the steps and try to run packages/legacy/app. I run npx react-native start and I get the following error :
```
info Connecting to the development server...
info Starting the …
-
Create a `CheqdSdkDidRegistrar` that implements the `DidRegistrar` interface from AFJ.
See https://github.com/hyperledger/aries-framework-javascript/issues/1100 for general context
## Todo
-…
-
After reading Readme.md we figured out that “aries mobile agent react native”, part of the Aries Bifold project which was built on Aries Framework Javascript (AFJ). Now we have two questions regarding…
-
From tutorial https://aries.js.org/guides/0.4/tutorials/issue-a-credential#3-listening-for-incoming-credentials the following error is displaying
```
holder.events.on(CredentialEventTypes.Credenti…
-
This project has been discussed on the Aries WG and ACA-PUG meetings, and attendees were generally in agreement that this should be added to the Hyperledger Aries project.
Please include:
* GitHu…
-
Hi, I've been studying self-sovereign identity recently.
After reading and trying to do this tutorial (https://aries.js.org/guides/tutorials/issue-a-credential),
I'm confused below:
1. After initia…