You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@
10
10
11
11
## Background
12
12
The library exports normative suites for Data Integrity:
13
-
-`checkDataIntegrityProofFormat` checks the proofs of VCs issued with a specific suite.
13
+
-`checkDataIntegrityProofFormat` checks the proofs of VCs issued with a Data Integrity Suite.
14
14
-`checkDataIntegrityProofVerifyErrors` checks conformant verifiers for support of a Data Integrity Suite.
15
15
16
-
The suites test normative statements found in the [Verifiable Credential Data Integrity 1.0 specification.](https://w3c.github.io/vc-data-integrity/)
17
16
These functions create mocha suites intended to work with the [mocha-w3c-interop-reporter](https://www.npmjs.com/package/@digitalbazaar/mocha-w3c-interop-reporter)
17
+
The suites test normative statements found in the [Verifiable Credential Data Integrity 1.0 specification.](https://w3c.github.io/vc-data-integrity/)
18
18
19
19
## Install
20
20
@@ -161,7 +161,7 @@ This suite requires that an implementer have implemented at least 2 routes for a
161
161
2. POST [/credentials/verify](https://w3c-ccg.github.io/vc-api/#verify-credential) in verifiers
162
162
3. POST [/presentations/verify](https://w3c-ccg.github.io/vc-api/#verify-presentation) in vpVerifiers
163
163
164
-
Additionally, endpoints should conform to [VC-API Error Handling](https://w3c-ccg.github.io/vc-api/#error-handling)
165
-
When handling errors, errors should conform to [Data Integrity Processing Errors](https://w3c.github.io/vc-data-integrity/#processing-errors)
164
+
Endpoints should conform to [VC-API Error Handling](https://w3c-ccg.github.io/vc-api/#error-handling).
165
+
Errors should conform to [Data Integrity Processing Errors](https://w3c.github.io/vc-data-integrity/#processing-errors)
166
166
167
167
See the [VC Test Suite Implementations README](https://github.com/w3c/vc-test-suite-implementations) for more details on endpoints.
0 commit comments