# @keystonehq/eth-keyring

> eth-keyring interact with keystone

Latest version **0.23.1** (published 2024-05-13) · ISC license · 0 weekly downloads

## Install

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

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.23.1 |
| Published | 2024-05-13 |
| First published | 2021-07-14 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 25.5 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | soralit |
| Maintainers | yu_keyst, amalia20220301, liyanlance, keystoneorg, soralit |

## Links

- npm: https://www.npmjs.com/package/@keystonehq/eth-keyring
- npm.io page: https://npm.io/package/@keystonehq/eth-keyring

## Dependencies (7)

- [uuid](https://npm.io/package/uuid.md) ^8.3.2
- [hdkey](https://npm.io/package/hdkey.md) ^2.0.1
- [bs58check](https://npm.io/package/bs58check.md) ^2.1.2
- [@keystonehq/sdk](https://npm.io/package/@keystonehq/sdk.md) ^0.19.2
- [ethereumjs-util](https://npm.io/package/ethereumjs-util.md) ^7.0.8
- [@keystonehq/base-eth-keyring](https://npm.io/package/@keystonehq/base-eth-keyring.md) ^0.14.1
- [@keystonehq/bc-ur-registry-eth](https://npm.io/package/@keystonehq/bc-ur-registry-eth.md) ^0.19.1

## Recent versions

- 0.23.1 (latest) — 2024-05-13
- 0.23.0 — 2024-05-13
- 0.22.1 — 2023-05-31
- 0.22.0 — 2023-05-30
- 0.21.0 — 2023-05-17
- 0.20.0 — 2023-04-25
- 0.19.0 — 2023-04-25
- 0.18.2 — 2023-03-02
- 0.18.1 — 2023-02-22
- 0.18.0 — 2023-02-22
- 0.17.7 — 2023-02-22
- 0.17.6 — 2023-02-13
- 0.17.6-alpha.0 — 2023-02-13
- 0.17.5 — 2023-02-06
- 0.17.4 — 2023-02-03
- … 93 more at https://npm.io/package/@keystonehq/eth-keyring/versions

## README

# `eth-keyring`

This package is the Keystone implementation of `MetaMaskKeyring` which used in `bnc-onboard`. 

It uses [keystone-sdk](https://github.com/KeystoneHQ/keystone-airgaped-base/tree/master/packages/sdk) as interaction provider to be used in web. 

## Install

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

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

## Usage

Please check out https://github.com/blocknative/onboard/blob/develop/src/modules/select/wallets/keystone.ts for more details.

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