Plugins
Functionality in Veramo is added to the agent via the plugin system. Writing and configuring plugins is where almost all the custom work will happen when building applications on Veramo. Your custom plugins can just live in a directory, private repository or on npm where they can be shared with others. We encourage developers to follow some best practices when writing plugins to ensure we have an ecosystem of highly interoperable functions.
Plugins Architecture
This diagram shows the high level relationship between the core agent, interfaces, plugins and external protocols. This is one simple configuration of many.
Core Plugins
@veramo/did-manager
@veramo/did-provider-ethr
@veramo/did-provider-web
@veramo/did-provider-key
@veramo/key-manager
@veramo/kms-local
@veramo/did-resolver
@veramo/did-comm
This plugin provides a method of creating an encrypted message according to the initial DIDComm-js implementation. See the API Reference for more info.