Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@polkadot/keyring

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/keyring

Keyring management


Version published
Weekly downloads
39K
decreased by-51.96%
Maintainers
1
Weekly downloads
 
Created

@polkadot/keyring

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

Usage

Installation -

yarn add @polkadot/keyring

Classes and Functions can be imported as follows:

import Keyring from '@polkadot/keyring';
import pair from '@polkadot/keyring/pair';
import testKeyring from '@polkadot/keyring/testing';

Documentation and Available Utilities

Below is a list of currently exposed methods published at the Polkadot-JS Common Documentation Portal.

FAQs

Package last updated on 16 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts