DIDComm SDK
Content Type: Module
Categories: Communication
Overview
The DIDComm_SDK module extends the Digital identity infrastructure modules for Mendix. It adds support for specific DIDComm Protocols
Documentation
Introduction
The Farmworker Wallet OS is an ecosystem of modules that enable the development of a Native Wallet Agent and a Cloud Wallet Agent in the low-code platform Mendix
The project FWOS Cloud Agent DIDComm contains modules that extend the Cloud Agent with DIDComm features and protocols.
It contains:
- DIDComm_SDK
- Basic Message
- DIDComm messaging v1
- DIDComm messaging v2
- Question Answer 1.0
- DIDComm messaging v1
- DIDComm messaging v2
- Remote Procedure Call 1.0
- DIDComm messaging v1
- Trust Ping 2.0
- DIDComm messaging v1
- DIDComm messaging v2
- User Profile 1.0
- DIDComm messaging v1
- DIDComm messaging v2
- Receipts
- DIDComm messaging v1
- Basic Message
Development
Maintenance
This module is maintained in this GitHub repository
Dependencies
None.
Issues
Please report any issues with the DIDComm modules on GitHub.
Documentation
Configuration
Limitations
Releases
Version: 1.11.0
Framework Version: 9.24.34
Release Notes: Added support for DIDComm Receipts v1 protocol
Version: 1.10.3
Framework Version: 9.24.18
Release Notes: - Add IMM_DIDComm_v1_RemoteProcedureCall_v1_noParams_request
Version: 1.10.2
Framework Version: 9.24.18
Release Notes: - Add Out-of-Band id to DIDCommMessageLog
Version: 1.10.1
Framework Version: 9.24.18
Release Notes: - Add DIDCommMessaging create microflow and overview snippet
Version: 1.10.0
Framework Version: 9.24.18
Release Notes: - Add DIDCommMessageLog entity for audit/meta logging
Version: 1.9.0
Framework Version: 9.24.18
Release Notes: - Add DIDComm v2 attributes to root
- Add BasicMessage DIDComm V2 support
Version: 1.8.0
Framework Version: 9.24.18
Release Notes: - Add BasicMessage v2 protocol support (DIDComm v1)
Version: 1.7.1
Framework Version: 9.24.18
Release Notes: - Fix data-type issue with _id in mapping (this was represented in some cases as an integer, while string is more interoperable)
- Add error object (when a rpc call encounters an error, the Response Object MUST contain the error member)
Version: 1.7.0
Framework Version: 9.24.18
Release Notes: - Add JSON structure and mappings for the common DIDComm elements (root, decorators and attachments)
Version: 1.6.0
Framework Version: 9.24.18
Release Notes: - Add Remote Procedure Call protocol (DIDComm v1)