0.1.42 • Published 3 years ago

@aviarytech/didcomm-protocols.basic-message v0.1.42

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 years ago

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."
  }
}
0.1.42

3 years ago

0.1.35

3 years ago

0.1.32

3 years ago

0.1.33

3 years ago

0.1.27

3 years ago

0.1.28

3 years ago

0.1.29

3 years ago

0.1.24

3 years ago