# orbit-db-keystore

> A local key manager for OrbitDB

Latest version **2.0.0** (published 2023-01-18) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install orbit-db-keystore
pnpm add orbit-db-keystore
yarn add orbit-db-keystore
bun add orbit-db-keystore
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2023-01-18 |
| First published | 2017-11-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 460.3 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Haad |
| Maintainers | haad, shamb0t, hajamark |
| Keywords | orbitdb, orbit-db, keystore, kv-store |

## Links

- npm: https://www.npmjs.com/package/orbit-db-keystore
- Repository: https://github.com/orbitdb/orbit-db-keystore
- Issues: https://github.com/orbitdb/orbit-db-keystore/issues
- npm.io page: https://npm.io/package/orbit-db-keystore

## Dependencies (7)

- [lru](https://npm.io/package/lru.md) ^3.1.0
- [level](https://npm.io/package/level.md) ^8.0.0
- [mkdirp](https://npm.io/package/mkdirp.md) ^2.1.1
- [elliptic](https://npm.io/package/elliptic.md) ^6.5.4
- [secp256k1](https://npm.io/package/secp256k1.md) ^5.0.0
- [safe-buffer](https://npm.io/package/safe-buffer.md) ^5.2.1
- [@libp2p/crypto](https://npm.io/package/@libp2p/crypto.md) ^1.0.11

## Recent versions

- 2.0.0 (latest) — 2023-01-18
- 2.0.1-0347cdf.0 (next) — 2023-01-18
- 1.0.1-36778f0.0 — 2023-01-18
- 1.0.1-e99351a.0 — 2023-01-17
- 1.0.1-ae215fb.0 — 2023-01-09
- 1.0.1-a06951c.0 — 2023-01-08
- 1.0.1-bd36be8.0 — 2023-01-08
- 1.0.0 — 2021-05-28
- 5.0.0 — 2021-05-28
- 0.4.1 — 2021-05-27
- 0.4.0 — 2020-10-16
- 0.3.5 — 2020-07-24
- 0.3.4 — 2019-12-03
- 0.3.3 — 2019-11-07
- 0.3.2 — 2019-10-28
- … 17 more at https://npm.io/package/orbit-db-keystore/versions

## README

# orbit-db-keystore

[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/orbitdb/Lobby) [![Matrix](https://img.shields.io/badge/matrix-%23orbitdb%3Apermaweb.io-blue.svg)](https://riot.permaweb.io/#/room/#orbitdb:permaweb.io) 
[![npm version](https://badge.fury.io/js/orbit-db-keystore.svg)](https://www.npmjs.com/package/orbit-db-keystore)
[![node](https://img.shields.io/node/v/orbit-db-keystore.svg)](https://www.npmjs.com/package/orbit-db-keystore)

> A local key manager for orbitdb

## Install

This project uses [npm](http://npmjs.com/) and [nodejs](https://nodejs.org/).

```sh
$ npm install --save orbit-db-keystore
```

## Usage

TODO

### Tests

The tests for this repository are included in the [orbitdb/orbit-db](https://github.com/orbitdb/orbit-db) test suite. Go to that repo to find the relevant tests. Likewise, if any do not exist that should, add them there!

### Build

The build script will build the distribution file for browsers.

```sh
$ npm run build
```

### Linting

Please use [`standard`](https://standardjs.com). To check,


```sh
$ npm run lint
```

## Contribute

Please, feel free to contribute! Take a look at [the issues](https://github.com/orbitdb/orbit-db-keystore/issues), and comment on an existing issue or create a new one if you have questions, bugs, or suggestions. For larger PRs, open an issue first if you could - drive-by PRs are also welcomed.

Please abide by the [Code of Conduct](CODE_OF_CONDUCT.md). For more on contributing to OrbitDB, check out the docs in [orbitdb/welcome](https://github.com/orbitdb/welcome).


## License

[MIT](LICENSE) © 2017-2018 Haja Networks Oy

---
_Source: https://npm.io/package/orbit-db-keystore · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
