0.0.1-alpha.5 • Published 2 years ago

aries-framework-user-profile v0.0.1-alpha.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

User Profile extension module for Aries Framework JavaScript

This module is used to provide an Aries Agent built with Aries Framework JavaScript means to manage User Profile protocol.

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

import { UserProfileModule } from 'aries-javascript-user-profile'

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

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

Usage

TODO