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 {}