3.4.2 • Published 8 months ago

@polymeshassociation/signing-manager-types v3.4.2

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

js-semistandard-style semantic-release

Polymesh Signing Manager Types

This defines the types needed to implement a Polymesh SDK signing manager, along with exporting some commonly needed utilities for implementations

A signing manager abstracts the cryptographic signing of transactions so the SDK is indifferent to where and how private keys are stored.

Implementations

The signing manager API allows for more specialized signers to be implemented. The linked packages are not reccomended for general use and require access to a 3rd party API. Linked for completness, and to provide examples for more advance use cases.

Custom Implementations

  • Azure Keys are held in Microsoft Azure
  • Fireblocks Keys are held in Fireblocks
  • Approval Demonstrates a "cold wallet" type approach