mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 02:07:56 +00:00
8f0415ed0f
- Author: Dijital Kurdistan Tech Institute <dev@pezkuwichain.io> - Fixed Uint8Array type errors in test files - Added @types/react-native devDependency for x-randomvalues - Added @pezkuwi/hw-ledger devDependency for networks tests - Added @pezkuwi/x-randomvalues devDependency for util tests - Updated all internal dependencies to 14.0.12
@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';