-
- [x] add and update checkStatus on verifyCredential and verifyPresentation function
- [ ] Resolve comments
- [ ] add unit test case for verifyCredential and verifyPresentation function
-
I am facing below issue on my windows machine while installation.
@TimoGlastra @berendsliedrecht @genaris - Do you have any idea for this?
It fails to build '**ffi-napi**' related package.
> …
-
For credo-ts-didweb-anoncreds 0.0.1-alpha.14 with credo-ts 0.5.10, we get the following error message when calling agent.credential.acceptOffer
h: Schema not found for id did:web:foo.bar.id:0123456…
-
Hi, we're currently making use of DRPC in one of our projects and are glad that the implementation within Credo-ts provides the basic framework for this protocol before we move to specifying our own.
…
-
Instructions, git command to pull the repo, documentation, comments etc all refer to Aries-Framework-Javascript. This has been replaced by the move to Credo-TS so Akrida should(?) reference that inste…
-
When sending or recieving a message which is compliant with [Aries RFC 0509: Action Menu Protocol](https://github.com/hyperledger/aries-rfcs/blob/main/features/0509-action-menu/README.md) which contai…
-
Agent gets a NOT FOUND error when attempt to process issuance offer from Paradym Wallet.
Issuer page screen shot attached.
Agent console log:
pnpm dev
Debugger attached.
> agent@ dev /Us…
-
Also extract all the config specifc to DIDComm from the default config. It's a bit weird now that DIDComm endpoint is configured trhough global `endpoints` config, but for OpenID you have to configure…
-
I am trying to issue and verify a ldp credential using oid4vc module. The issuance part works and the holder is able to receive and store the credential. But during verification it fails to verify the…
-
The scenario is `User 1` and `User 2` connection with reuse works fine with passing `invitationDid`. But it fails if I create invitation from `User 1` using `invitationDid` and try to accept it with…