From ef1e2953c3b25d084daaf304fd3f9e3f7327edd4 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 22 Jan 2024 17:39:28 +0900 Subject: [PATCH] Add test vector for deeplinks --- docs/DEEPLINK.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/DEEPLINK.md b/docs/DEEPLINK.md index 28acf1e..86a0e6f 100644 --- a/docs/DEEPLINK.md +++ b/docs/DEEPLINK.md @@ -94,4 +94,20 @@ To avoid this issue the `Boltcard Service`, if using [Deterministic key generati This can be done easily by the `Boltcard Service` by adding a parameter in the `keys-request-url` which specifies that the version need to be updated. -When the `Boltcard NFC Programmer` queries the URL with the UID of the card, the `Boltcard Service` will detect this parameter, and update the version. \ No newline at end of file +When the `Boltcard NFC Programmer` queries the URL with the UID of the card, the `Boltcard Service` will detect this parameter, and update the version. + +## Test vectors + +Here is an example of two links for respectively program the Boltcard and Reset it. + +```html +

+ + Setup Boltcard + +  |  + + Reset Boltcard + +

+``` \ No newline at end of file