credentials-context

2.0.0 • Public • Published

Verifiable Credentials v1 Context (credentials-context)

NPM Version

A Verifiable Credentials v1 context library for JavaScript

This project packages the DID Context from the Verifiable Credentials v1 spec for use with Node.js and web apps.

Table of Contents

Security

TBD

Background

See also (related specs):

Install

Requires Node.js 8.3+

To install via NPM:

npm install credentials-context

Usage

import credentialsContext from 'credentials-context';
// or
const credentialsContext = require('credentials-context');

// use URL in a JSON-LD context
const obj = {
  "@context": [
    credentialsContext.CONTEXT_URL_V1,
    // ...
  ],
  // ...
};

// get context data for a specific context
const data = credentialsContext.CONTEXT;
// ...

This package can be used with bundlers, such as webpack, in browser applications.

API

The library exports two properties:

  • constants: A Object that maps constants to well-known context URLs. The main constant CONTEXT_URL_V1 may be updated from time to time to the latest context location.
  • contexts: A Map that maps URLs to full context data.

Contribute

Note: If editing the Readme, please conform to the standard-readme specification.

Commercial Support

Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com

License

  • Code: BSD 3-Clause © Digital Bazaar
  • Contexts: W3C Software and Document License
  • See the LICENSE file for details.

Dependencies (0)

    Dev Dependencies (24)

    Package Sidebar

    Install

    npm i credentials-context

    Weekly Downloads

    4,987

    Version

    2.0.0

    License

    SEE LICENSE IN LICENSE.md

    Unpacked Size

    28.9 kB

    Total Files

    10

    Last publish

    Collaborators

    • davidlehn
    • msporny
    • dlongley
    • mattcollier
    • gannan