0.2.12 • Published 2 years ago

@aviarytech/vcs v0.2.12

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.0.12

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago