Skip to content

Commit

Permalink
Improve README.
Browse files Browse the repository at this point in the history
Fix link to implementations repo plus some other wee updates.
  • Loading branch information
BigBlueHat committed Dec 10, 2024
1 parent 902c1c3 commit e022de3
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,27 @@ Provides interoperability tests for issuers and verifiers that support

## Install

```js
```sh
npm i
```

## Usage

```
```sh
npm test
```

## Generator

To generate new test data use this command:

```js
```sh
npm run generate-vcs
```

## Implementation

To add your implementation to this test suite see the
`w3c-ccg/vc-test-suite-implementations` [README](https://github.com/w3c-ccg/vc-test-suite-implementations/blob/main/README.md). Add the tags
`w3c/vc-test-suite-implementations` [README](https://github.com/w3c/vc-test-suite-implementations/blob/main/README.md). Add the tags
`BitstringStatusList` 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.

0 comments on commit e022de3

Please sign in to comment.