The DIDComm Browser Demo contains a fully functioning DIDComm v2 application, capable of both sending and receiving DIDComm messages through a DIDComm v2 capable mediator. The purpose of the DIDComm Demo is to help people understand the basics of DID Communication without burdening them with all the complexities of optional protocols, such as those pertaining to verifiable credentials. With this in mind, only the following DIDComm protocols have been implemented:
Protocols pertaining to mediation:
Core Protocols:
- https://didcomm.org/routing/2.0/ (via the didcomm typescript library)
- https://didcomm.org/discover-features/2.0/
- https://didcomm.org/trust-ping/2.0/
Protocols implemented to make the demo be easier to use:
Along with the above protocols, only did:peer:2
DIDs are supported at this
time. The DIDComm Demo creates a new did:peer:2
DID upon page load
and connects to a mediator (via the mediator's did:peer:2
DID) to negotiate
mediation. Once the negotiation has completed, the demo's DID will appear at
the top of the screen.