Skip to content

w3c/vc-bitstring-status-list-test-suite

Repository files navigation

Status List 2021 Interoperability Test Suite

Table of Contents

Background

Provides interoperability tests for issuers and verifiers that support VC StatusList2021.

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-ccg/vc-test-suite-implementations README. Add the tags StatusList2021 along with Revocation or Suspension to run your issuer and verifier against this test suite.

Note: To run the tests, some implementations require client secrets that can be passed as env variables to the test script. To see which ones require client secrets, you can check configs in the w3c-ccg/vc-test-suite-implementations repo.