Path-Check / universal-verifier-app

Universal Verifier of Verifiable Credentials
GNU General Public License v3.0
25 stars 19 forks source link
qrcodes verifiable-credentials

QR Check: PathCheck's Universal Verifier

Universal Verifiable Credentials Verifier app for Android and iOS using PathCheck's SDKs. The app scans a QR code for a credential/pass, cryptographically verifies it and displays the results on the phone. Our goal is to make a Verifier App with the widest possible verification capabilities.

Join the team on Matrix/Element or Slack.

Download the latest release

Currently Supported Formats:

Currently Supported Issuers:

Development Overview

This is a React Native app version >61.5.

New to React Native?

Folow the ReactNative CLI QuickStart steps for both Android and iOS.

Running

Install modules: yarn install

To run, do:

For iOS

npm install
cd pod/
pod install
cd ..
npx react-native run-ios 

For Android

npm install
npx react-native run-android

Generating new Version

GitHub Actions generates a new Release when npm version is run and pushed to the repo.

npm version <version number: x.x.x>

Contributing

Issues and pull requests are very welcome! :)