0.2.12 • Published 3 years ago

@aviarytech/vcs v0.2.12

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

VC Services

This repository contains Verifiable Credential Services for completing all of the required operations on VCs.

There are 3 services supplied by this library. They map to different roles in the ecosystem.

  • Issuer
  • Holder
  • Verifier

This library is designed to be available to both browser and node environments.

The structure of this library maps to the VC API

Issuer

  • Issue VC
  • Update VC Status

Holder

  • Derive VC
  • Prove VP
  • VP Availability?
  • Submit VP

Verifier

  • Verify VC
  • Verify VP

Usage

Installation

  npm install @aviarytech/vcs

Issue Credential

  • VC LD
  import { issuer } from "@aviarytech/vcs"

  const vc = await issuer.issueCredential()
0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.0.12

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago