# @keystonehq/base-eth-keyring

> base eth keyring

Latest version **0.15.1** (published 2025-04-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @keystonehq/base-eth-keyring
pnpm add @keystonehq/base-eth-keyring
yarn add @keystonehq/base-eth-keyring
bun add @keystonehq/base-eth-keyring
```

## Health

**Score 40/100 (D)** — status: stable.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 0.15.1 |
| Published | 2025-04-03 |
| First published | 2021-08-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 132.5 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 16 |
| Author | aaronisme |
| Maintainers | keystoneorg, soralit, liyanlance |

## Links

- npm: https://www.npmjs.com/package/@keystonehq/base-eth-keyring
- Repository: https://github.com/KeystoneHQ/keystone-airgaped-base
- Homepage: https://github.com/KeystoneHQ/keystone-airgaped-base#readme
- Issues: https://github.com/KeystoneHQ/keystone-airgaped-base/issues
- npm.io page: https://npm.io/package/@keystonehq/base-eth-keyring

## Dependencies (7)

- [rlp](https://npm.io/package/rlp.md) ^3.0.0
- [uuid](https://npm.io/package/uuid.md) ^8.3.2
- [hdkey](https://npm.io/package/hdkey.md) ^2.0.1
- [@ethereumjs/tx](https://npm.io/package/@ethereumjs/tx.md) 5.1.0
- [@ethereumjs/rlp](https://npm.io/package/@ethereumjs/rlp.md) ^4.0.1
- [@ethereumjs/util](https://npm.io/package/@ethereumjs/util.md) ^8.0.0
- [@keystonehq/bc-ur-registry-eth](https://npm.io/package/@keystonehq/bc-ur-registry-eth.md) ^0.19.1

## Recent versions

- 0.15.1 (latest) — 2025-04-03
- 0.15.0 — 2025-02-25
- 0.14.1 — 2023-05-31
- 0.14.0 — 2023-05-30
- 0.13.0 — 2023-05-17
- 0.12.0 — 2023-04-25
- 0.11.0 — 2023-04-25
- 0.10.2 — 2023-03-02
- 0.10.1 — 2023-02-22
- 0.10.0 — 2023-02-22
- 0.9.6 — 2023-02-22
- 0.9.5 — 2023-02-13
- 0.9.5-alpha.0 — 2023-02-13
- 0.9.4 — 2023-02-06
- 0.9.3 — 2023-02-03
- … 50 more at https://npm.io/package/@keystonehq/base-eth-keyring/versions

## README

# `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](https://github.com/KeystoneHQ/keystone-airgaped-base/tree/master/packages/ur-registry-eth) to struct QR code payload. 

Please check out [eth-keyring](https://github.com/KeystoneHQ/keystone-airgaped-base/tree/master/packages/eth-keyring) and [metamask-airgapped-keyring](https://github.com/KeystoneHQ/keystone-airgaped-base/tree/master/packages/metamask-airgapped-keyring) if you wanna an example.

## Install

```bash
yarn add @keystonehq/base-eth-keyring
```

```bash
npm install --save @keystonehq/base-eth-keyring
```


## Usage

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

export class YouOwnKeyring extends BaseKeyring {}
```

---
_Source: https://npm.io/package/@keystonehq/base-eth-keyring · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
