Skip to content

stelauconseil/vds-verify

Repository files navigation

VDS Verify

 

Visible Digital Seal Reader is an app that allows you to read and verify the information contained in a VDS (Visible Digital Seal). It sends the QR code or datamatrix to our bAPI to read, decode, verify the information and display it in a human readable format. Data is not stored in any way, not even temporarily.

It can decode:

The App works on iOS and Android and is built using Expo. It uses our VDS Verify API hosted on AWS in Paris, France to decode and verify the VDS.

⚙️ Setup

Update the API URL (environment variable) to point to the VDS verify server.

✍️ To start

yarn
yarn start

To build

eas build --platform ios
eas build --platform android
eas submit

⚠️ License

VDS Verify is free and open-source software licensed under the Apache 2.0 License.