credo-ts-user-profile
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.6 • Public • Published

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 'credo-ts-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

/credo-ts-user-profile/

    Package Sidebar

    Install

    npm i credo-ts-user-profile

    Weekly Downloads

    97

    Version

    0.0.1-alpha.6

    License

    ISC

    Unpacked Size

    71 kB

    Total Files

    60

    Last publish

    Collaborators

    • genaris