w3c / vc-test-suite

Verifiable Credentials WG Test Suite
https://w3c.github.io/vc-test-suite/
BSD 3-Clause "New" or "Revised" License
69 stars 39 forks source link

Add OpenAttestation implementation report #114

Closed yehjxraymond closed 3 years ago

yehjxraymond commented 3 years ago

This adds the integration test report for OpenAttestation.

Additional Notes

CLI Installation:

npm i @govtechsg/open-attestation-cli

Config Used:

{
  "generator": "./node_modules/.bin/open-attestation wrap",
  "presentationGenerator": "/bin/cat",
  "generatorOptions": "--document-store 0xabcd --template-url https://some.org --dns-txt example.com --oav3 true --silent true",
  "sectionsNotSupported": ["ldp", "jwt", "zkp"]
}