UNPKG

@digitalbazaar/did-method-jwk

Version:
85 lines (53 loc) 2.07 kB
# did:jwk method driver _(@digitalbazaar/did-method-jwk)_ [![Node.js CI](https://github.com/digitalbazaar/did-method-jwk/workflows/Node.js%20CI/badge.svg)](https://github.com/digitalbazaar/did-method-jwk/actions?query=workflow%3A%22Node.js+CI%22) [![Coverage status](https://img.shields.io/codecov/c/github/digitalbazaar/did-method-jwk)](https://codecov.io/gh/digitalbazaar/did-method-jwk) [![NPM Version](https://img.shields.io/npm/v/@digitalbazaar/did-method-jwk)](https://www.npmjs.com/package/@digitalbazaar/did-method-jwk) > A [DID](https://w3c.github.io/did-core) (Decentralized Identifier) method driver for the `did-io` library and for standalone use ## Table of Contents - [Background](#background) * [Example DID Document](#example-did-document) - [Security](#security) - [Install](#install) - [Usage](#usage) - [Contribute](#contribute) - [Commercial Support](#commercial-support) - [License](#license) ## Background See also (related specs): * [Decentralized Identifiers (DIDs)](https://w3c.github.io/did-core) A `did:jwk` method driver for the [`did-io`](https://github.com/digitalbazaar/did-io) client library and for standalone use. The `did:jwk` method is used to express ... FIXME ... Its general format is: ``` did:jwk:<... FIXME ... > ``` ... FIXME .... ### Example DID Document FIXME ## Security FIXME ## Install Requires Node.js 18+ To install from `npm`: ``` npm install --save @digitalbazaar/did-method-jwk ``` To install locally (for development): ``` git clone https://github.com/digitalbazaar/did-method-jwk.git cd did-method-jwk npm install ``` ## Usage FIXME ## Contribute See [the contribute file](https://github.com/digitalbazaar/bedrock/blob/master/CONTRIBUTING.md)! PRs accepted. If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. ## Commercial Support Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com ## License [New BSD License (3-clause)](LICENSE) © Digital Bazaar