# @transmute/did-key-common

> This module contains commont interfaces and factories for did:key.

Latest version **0.3.0-unstable.10** (published 2022-12-12) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @transmute/did-key-common
pnpm add @transmute/did-key-common
yarn add @transmute/did-key-common
bun add @transmute/did-key-common
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.0-unstable.10 |
| Published | 2022-12-12 |
| First published | 2020-09-28 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=14 |
| Dependencies | 5 |
| Unpacked size | 337.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 57 |
| Author | Orie Steele |
| Maintainers | or13, transmute-ci |

## Links

- npm: https://www.npmjs.com/package/@transmute/did-key-common
- Repository: https://github.com/transmute-industries/did-key.js
- Homepage: https://github.com/transmute-industries/did-key.js/tree/main/packages/did-key-common
- Issues: https://github.com/transmute-industries/did-key.js/issues
- npm.io page: https://npm.io/package/@transmute/did-key-common

## Dependencies (5)

- [@did-core/data-model](https://npm.io/package/@did-core/data-model.md) ^0.1.1-unstable.13
- [@did-core/did-ld-json](https://npm.io/package/@did-core/did-ld-json.md) ^0.1.1-unstable.13
- [@transmute/did-context](https://npm.io/package/@transmute/did-context.md) ^0.6.1-unstable.36
- [@transmute/ld-key-pair](https://npm.io/package/@transmute/ld-key-pair.md) ^0.6.1-unstable.36
- [@transmute/security-context](https://npm.io/package/@transmute/security-context.md) ^0.6.1-unstable.36

## Recent versions

- 0.3.0-unstable.10 (latest) — 2022-12-12
- 0.3.0-unstable.9 — 2022-08-06
- 0.3.0-unstable.8 — 2022-03-21
- 0.3.0-unstable.7 — 2022-03-18
- 0.3.0-unstable.6 — 2022-03-18
- 0.3.0-unstable.5 — 2021-11-23
- 0.3.0-unstable.4 — 2021-07-12
- 0.3.0-unstable.3 — 2021-07-11
- 0.3.0-unstable.2 — 2021-07-06
- 0.3.0-unstable.1 — 2021-07-05
- 0.3.0-unstable.0 — 2021-07-05
- 0.2.1-unstable.42 — 2021-04-19
- 0.2.1-unstable.41 — 2021-04-16
- 0.2.1-unstable.40 — 2021-04-15
- 0.2.1-unstable.39 — 2021-04-14
- … 18 more at https://npm.io/package/@transmute/did-key-common/versions

## README

# did:key common

This module contains commont interfaces and factories for did:key.

```
npm i @transmute/did-key-common@latest --save
```

### Usage

```ts
import { Ed25519KeyPair } from '@transmute/ed25519-key-pair';
const resolve = getResolver(Ed25519KeyPair);
const { didDocument } = await resolve(did, {
  accept: 'application/did+json',
});
```

---
_Source: https://npm.io/package/@transmute/did-key-common · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
