Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 848 Bytes

File metadata and controls

41 lines (28 loc) · 848 Bytes

VC Bitstring Status List Interoperability Test Suite

Table of Contents

Background

Provides interoperability tests for issuers and verifiers that support VC Bitstring Status List.

Install

npm i

Usage

npm test

Generator

To generate new test data use this command:

npm run generate-vcs

Implementation

To add your implementation to this test suite see the w3c/vc-test-suite-implementations README. Add the tags BitstringStatusList along with Revocation or Suspension to run your issuer and verifier against this test suite.