Provides interoperability tests for the DID Resolution specification
$ npm i
$ npm test
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"]
}]
BSD-3-Clause Copyright 2022-2025 Digital Bazaar, Inc.