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:
- VDS/CEV according to the ISO 22376:2023
- VDS/CEV according to the AFNOR xp-z42105 specification
- 2D-DOC according to the ANTS 2D-DOC specification
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.
Update the API URL (environment variable) to point to the VDS verify server.
yarn
yarn start
eas build --platform ios
eas build --platform android
eas submit
VDS Verify
is free and open-source software licensed under the Apache 2.0 License.