Skip to content

Latest commit

 

History

History

0095-basic-message

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Nessus DidComm: Basic Message 2.0

Related:

Summary

The BasicMessage protocol describes a stateless, easy to support user message protocol. It has a single message type used to communicate.

Motivation

Demonstrate the use of plain, signed and encrypted DIDComm V2 message

Message Details

{
    "id":"13fa75fb-c6cf-4a8b-a549-2207cd31ddcb",
    "typ":"application/didcomm-plain+json",
    "type":"https://didcomm.org/basicmessage/2.0/message",
    "from":"did:key:z6MkorRGtXqsPnD3bwqT6wGbNJDCEeD9zY1DfbnEPkkzFLDz",
    "to":[
        "did:key:z6MksVz8urciusNUhE8SS2BxT3S6fUHJVwbcja6fMb9qBNZX"
    ],
    "created_time":1676295686,
    "body":{
        "content":"Your hovercraft is full of eels"
    }
}