mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-12 23:21:02 +00:00
63781f8889
- Published from build/ directories for correct npm structure - Updated wasm dependencies to 7.5.17 - All packages now have index.js at root level
@pezkuwi/keyring
Key management of user accounts including generation and retrieval of keyring pairs from a variety of input combinations.
Usage
Installation -
yarn add @pezkuwi/keyring
Classes and Functions can be imported as follows:
import Keyring from '@pezkuwi/keyring';