@2060.io/credo-ts-user-profile
v0.0.2
Published
DIDComm User Profile protocol extension module for Credo
Readme
This module is used to provide an Agent built with Credo means to manage User Profile protocol.
It's conceived as an extension module for Credo 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, module API can be accessed under agent.modules.userProfile namespace.
Usage
TODO
