@keystonehq/base-eth-keyring

v0.14.1
base eth keyring

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 {}
npm i @keystonehq/base-eth-keyring

Metadata

  • MIT
  • Whatever
  • aaronisme
  • released 5/31/2023

Downloads