From 7088d3acbf74e16e316ac200537ab057751662df Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Sun, 16 Sep 2018 12:37:21 +0200 Subject: [PATCH] add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9538b4d --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# smartcard-cap-installer-test + +This is an android application that implements the basic APDU commands and secure channel to be able to install our [hardware wallet cap](https://github.com/status-im/hardware-wallet) +to a smartcard via NFC. + +The Purpose of it is to be able to start testing smartcards and NFC connection with different cards and readers. +This can help with UX/UI design while we implement the final solution in `status-react` and `status-go`. + +![https://github.com/status-im/smartcard-cap-installer-test/blob/master/docs/demo.gif?raw=true](https://github.com/status-im/smartcard-cap-installer-test/blob/master/docs/demo.gif?raw=true)