UNPKG

308 BMarkdownView Raw
1# @polkadot/keyring
2
3Key management of user accounts including generation and retrieval of keyring pairs from a variety of input combinations.
4
5## Usage
6
7Installation -
8
9```
10yarn add @polkadot/keyring
11```
12
13Classes and Functions can be imported as follows:
14
15```js
16import Keyring from '@polkadot/keyring';
17```