JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 29
  • Score
    100M100P100Q75474F
  • License Apache-2.0

Keyring management

Package Exports

  • @plugnet/keyring
  • @plugnet/keyring/testingPairs
  • @plugnet/keyring/types

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 (@plugnet/keyring) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@plugnet/keyring

Key management of user accounts including generation and retrieval of keyring pairs from a variety of input combinations.

Usage

Installation -

yarn add @plugnet/keyring

Classes and Functions can be imported as follows:

import Keyring from '@plugnet/keyring';

Utilities

Utilities