This repository contains demos for Verifiable Credentials.
- mock-eudi-wallet-demo: A EUDI wallet demo application that simulates the behavior of an EUDI wallet for testing purposes.
- issuer: A Spring Boot application that issues Verifiable Credentials using the OpenID for Verifiable Credential Issuance 1.0
- verifier: A Spring Boot application that verifies Verifiable Credentials using the OpenID for Verifiable Presentations 1.0
- holder (Wallet): A Spring Boot application that holds issued Verifiable Credentials and presents them to the verifier.