Skip to content

w3c-ccg/did-resolution-mocha-test-suite

Repository files navigation

DID Resolution Test Suite

Table of Contents

Background

Provides interoperability tests for the DID Resolution specification

Install

$ npm i

Usage

$ npm test

Implementations

This test suite loads implementation descriptions from https://github.com/w3c-ccg/vc-test-suite-implementations

To add your implementation to this test suite, follow the instructions there.

This specific test suites needs a didResolvers section defined where implementation endpoints are tagged with did-resolution.

  "issuers": [{
    // ... issuer settings here
  }],
  "verifiers": [{
    // ... verifier settings here
  }],
  "didResolvers": [{
    "id": "..."
    "endpoint": "...",
    "tags": ["did-resolution"]
  }]

LICENSE

BSD-3-Clause Copyright 2022-2025 Digital Bazaar, Inc.

Releases

No releases published

Packages

No packages published