@aviarytech/didcomm-protocols.basic-message
TypeScript icon, indicating that this package has built-in type declarations

0.1.42 • Public • Published

DIDComm Basic Message

This protocol is adapted from the DIDComm v1 version from Aries RFC 0095

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

Messages

  1. Basic Message
{
  "id": "123456780",
  "type": "https://didcomm.org/basicmessage/1.0/message",
  "from": "did:example:123",
  "to": ["did:example:456"],
  "created_time": "2019-01-15 18:42:01Z",
  "body": {
    "content": "Your hovercraft is full of eels."
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @aviarytech/didcomm-protocols.basic-message

Weekly Downloads

0

Version

0.1.42

License

BSD-3-Clause

Unpacked Size

8.36 kB

Total Files

9

Last publish

Collaborators

  • brianorwhatever