npm.io
0.15.1 • Published 1 year ago

@keystonehq/base-eth-keyring

Licence
MIT
Version
0.15.1
Deps
7
Size
133 kB
Vulns
1
Weekly
0
Stars
16

base-eth-keyring

This package is the base module of Keystone implementations of MetaMaskKeyring, you can import this module and extend your own Keystone compatible keyring.

This package uses bc-ur-registry-eth to struct QR code payload.

Please check out eth-keyring and metamask-airgapped-keyring if you wanna an example.

Install

yarn add @keystonehq/base-eth-keyring
npm install --save @keystonehq/base-eth-keyring

Usage

import { BaseKeyring } from '@keystonehq/base-eth-keyring';

export class YouOwnKeyring extends BaseKeyring {}