JSPM

@trblmkr/kms-local

6.0.1-next.1+be4b70d8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q41764F
  • License Apache-2.0

Veramo KMS implementation that provides Ed25519 and secp256k1 crypto

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.