Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 3.31 KB

README.md

File metadata and controls

71 lines (47 loc) · 3.31 KB

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 passport/credential/pass, cryptographically verifies it and displays the results on the phone.

The app helps business and organizations save time and labor whe verifying the veracity of digial or paper covid passport/credentials/pass. Typical use cases include: (i) confirming that a student or employees has been vaccinated for their HR files and (ii) verificaton of a clean health for individuals physically entering a school, stadium, office building, etc.

There is no widely accepted technicals standard for Verifiable QR codes and variations are growing. The goal of this app is to verify them all, including the ones from IBM, CLEAR, Divoc, WHO, EU, VCI, PathCheck, Linux CCI and others.

Download the latest release

Currently Supported Formats:

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! :)