Fairuz Rahaman Chowdhury
Fairuz Rahaman Chowdhury
I'm looking for help with how to successfully integrate custom DID method into aca-py project. Currently, I'm using a trial-and-error approach to incorporate our implemented DID method into the existing...
I am trying to integrate a custom did method, but the dependency manager is encountering issues while resolving `AgentConfig` and `DidRepository`. ``` export class CustomModule implements Module { public constructor()...
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...
### Issue: Error when accepting JSON-LD offer I encountered the following error when trying to accept a `jsonld` offer: ``` Error: No @context value present, but it is required at...
I am using `acapy v1.2.0` Following is the proof request record. ``` { "state": "request-received", "created_at": "2025-05-12T11:41:22.638007Z", "updated_at": "2025-05-12T11:41:22.638007Z", "trace": false, "pres_ex_id": "bde8c6b8-bb40-452b-b7fd-af3f90cdc768", "connection_id": "9389c210-c5f7-4c2b-a1c3-2c6aacdadab9", "thread_id": "ba4e86de-a024-4e1b-92a6-0012bdd2463a", "initiator": "external", "role":...
I am using `acapy-v1.2.0` and issuing a json-ld credential. Following is the payload for credential issuance. ``` { "connection_id": "8d6571c3-f738-458a-a57b-0c45ef8e3050", "comment": "", "auto_remove": false, "filter": { "ld_proof": { "credential": {...
During `did:key` creation, we currently have the option to specify the `KeyType`, which by default uses `Ed25519Signature2018` signature suite during did document generation. Although `Ed25519Signature2020` has been added as a...
I am trying to migrate my agents to Credo v0.6.1, but I am encountering issues related to Askar key management. On this version, the agent is unable to create new...