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.
This is a React Native app version >61.5.
Folow the ReactNative CLI QuickStart steps for both Android and iOS.
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
GitHub Actions generates a new Release when npm version is run and pushed to the repo.
npm version <version number: x.x.x>
Issues and pull requests are very welcome! :)