Fairuz Rahaman Chowdhury

Results 8 comments of Fairuz Rahaman Chowdhury

Thank you @swcurran, for the response. I am trying to integrate DID method and AnonCred. To work with anoncred-rs in aca-py is there any specific documentation to streamline the process?

Also please let me know if there is any structured way to integrate a new DID method.

Hello @dixadholakiya , I couldn't achieve the objective in a proper in aca-py. But I have achieved the same using credo-ts agents. But answering your question, I had changed the...

@https://github.com/openwallet-foundation/acapy/blob/38d79b97bf3f73a052f87625fa0c50f03078f69b/acapy_agent/protocols/present_proof/dif/pres_exch_handler.py#L1016 here in this function, it's trying to find the id in expanded_types. adding a find in context might help..

@dbluhm, You are absolutely correct about the root one. But the other one doesn't work if I add `#Person`. This is the payload. ``` { "created_at": "2025-01-13T21:19:27.466103Z", "state": "request-received", "proof_id":...

I haven't explicitly verified the presentation using the W3C module, but after accepting the presentation on the holder's end, it is sent to the W3C module on the verifier's end....

Yes, `JSON-LD` issuance doesn't work properly using `Ed25519VerificationKey2020`. Looking forward to the `0.6` release. Thanks for the quick reply. Really appreciated.