@aviarytech/didcomm-protocols.out-of-band
TypeScript icon, indicating that this package has built-in type declarations

0.1.42 • Public • Published

DIDComm Out of Band Protocol

This is a core protocol in the (DIDComm v2 Specification)[https://identity.foundation/didcomm-messaging/spec/#out-of-band-messages]

Messages

  1. Invitation
{
  "id": "123456780",
  "type": "https://didcomm.org/out-of-band/2.0/invitation",
  "from": "did:example:123",
  "created_time": "2019-01-15 18:42:01Z",
  "body": {
    "goal_code": "issue-vc",
    "goal": "To issue a Faber College Graduate credential",
    "accept": [
      "didcomm/v2"
    ]
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @aviarytech/didcomm-protocols.out-of-band

Weekly Downloads

0

Version

0.1.42

License

BSD-3-Clause

Unpacked Size

8.76 kB

Total Files

9

Last publish

Collaborators

  • brianorwhatever