openid / OpenID4VP

44 stars 11 forks source link

README

Current WG-Draft

The current WG-Draft version is built automatically from the master branch and can be accessed at: https://openid.github.io/OpenID4VP/openid-4-verifiable-presentations-wg-draft.html

Running Tests

This repository contains examples from the specifications and the JSON schema definitions extracted as separate files in the directories examples and schema, respectively. The directory tests contains tests (written in python) that check if the examples comply to the schema files.

To run the tests, follow these instructions:

docker build -t openid.net/tests-oidc4vp tests
docker run -v `pwd`:/data openid.net/tests-oidc4vp

Building the HTML

docker run -v `pwd`:/data danielfett/markdown2rfc openid-4-verifiable-presentations-1_0.md

Contribution guidelines

Who do I talk to?