This repository contains a wrapper for checking a COVID QR Code.
Based on the sample QR code found on https://coronacheck.nl/nl/scanner.html:
Build a shared library (in your flavor .dll / .so / .dylib) from the ./go dir.
go build -buildmode=c-shared -o libcovid.dylib checkcode.go
Get current config & public keys:
run get.sh inside ./config dir.
Run maven to build Java
mvn install
Inside ./dist run
java -jar CheckCode.jar
{"success": true,
"data": {
"CredentialVersion": "1",
"IsSpecimen": "1",
"FirstNameInitial": "B",
"LastNameInitial": "B",
"BirthDay": "5",
"BirthMonth": "7",
"IsNLDCC": ""
}
}