0.0.2 • Published 7 months ago

@2060.io/credo-ts-didcomm-reactions v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

This module is used to provide an Agent built with Credo means to manage Reactions protocol (TODO: add spec).

It's conceived as an extension module for Credo which can be injected to an existing agent instance:

import { DidCommReactionsModule } from '@2060.io/credo-ts-didcomm-reactions'

const agent = new Agent({
  config: {
    /* agent config */
  },
  dependencies,
  modules: { reactions: new DidCommReactionsModule() },
})

Once instantiated, media module API can be accessed under agent.modules.reactions namespace

Usage

TODO