Package Exports
- @trblmkr/kms-local
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@trblmkr/kms-local) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Veramo Local KMS
A Veramo KMS implementation that provides Ed25519 and secp256k1 crypto.
This module provides an implementation
of AbstractKeyManagementSystem that can be used by the
@veramo/key-manager plugin to provide Secp256k1, Ed25519, and X25519 crypto functionality to a
Veramo agent.
The keys managed by this module are stored in an implementation
of AbstractPrivateKeyStore.
See MemoryPrivateKeyStore
or PrivateKeyStore for implementations.