diff --git a/README.md b/README.md index 51c186f..4ef9a28 100644 --- a/README.md +++ b/README.md @@ -99,9 +99,14 @@ Keep all your keys secret, and be careful when creating your cards that there ar # Version info +## 0.1.6 +Remove key check code to prevent card programming errors + ## 0.1.4 Added support for random UID to increase privacy. https://github.com/boltcard/bolt-nfc-android-app/issues/25 +# [Testing](testing.md) + ## Useful debug commands * npm run run-android diff --git a/testing.md b/testing.md new file mode 100644 index 0000000..928fd2c --- /dev/null +++ b/testing.md @@ -0,0 +1,18 @@ + +# Create Card + +https://boltcard.free.beeceptor.com/card + +![image](https://user-images.githubusercontent.com/3826238/235588007-ef4fcd4a-daec-40c9-9437-834739a5c695.png) + +# Create Private Card (one way operation) + +https://boltcard.free.beeceptor.com/privatecard + +![image](https://user-images.githubusercontent.com/3826238/235588278-d6d37049-eb6b-446e-9b8e-62a7faa9c06b.png) + +# Wipe above cards + +https://boltcard.free.beeceptor.com/wipecard + +![image](https://user-images.githubusercontent.com/3826238/235589128-4498c9cd-b8c5-4e5d-a7b0-3246ae1cd450.png)