Do the DIDCOMM methods support DIDCOMM version 1 or DIDCOMM version 2?
mwherman2000 opened this issue · 4 comments
Do the DIDCOMM methods support DIDCOMM version 1 or DIDCOMM version 2?
This important for a tutorial/developers guide I'm writing. Thank you
Didcomm v1. There is a ticket discussing didcomm v2 support being added.
Any approximate timeframe for supporting DIDComm V2? ...weeks, months, years?
Hi @mwherman2000 !
Could you please give me a bit of context of why are you asking about DIDComm? Interop? Offline/mobile use case?
And I invite you to join us on our Slack Community https://join.slack.com/t/trinsiccommunity/shared_invite/zt-1f1ksrcja-CRLZ2OaKVgEm9m3Cw5Zw9w . If you prefere, you can message me there so I can help you faster! This way I'll be able to support you better! 😄
@chiarapaskulin, I'm looking for three things:
- my app that uses OKAPI to be "OKed "as "DIDComm v2" conformant app
- I want my C# DIDComm Agents built with OKAPI to be wireline compatible with other Agents built with other DIDComm v2 toolkits (I saw somewhere there are 7 existing DIDComm toolkits)
- I want support in OKAPI (and hence my C# Agents) for attaching Attachments (e.g. a Verifiable Credential) to a DIDComm (v2) message.
This post might provide more context: https://hyperonomy.com/2022/11/29/didcomm-agent-architecture-reference-model-didcomm-arm-a-preview/
I want to build and publish a working DIDComm v2 sample C# project for each of the 4 layers in the DIDComm-ARM models. I want to use OKAPI/C#/Visual Studio to do this.