From 7f2e2788703103c772a1fc536386a24b520d237c Mon Sep 17 00:00:00 2001 From: nvk Date: Fri, 26 Apr 2024 11:32:40 -0400 Subject: [PATCH] added nfc reader recommendation and removed link to dead form --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f34f19..73e416f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ This Python library enables easy communication with **TAPSIGNER**, **SATSCARD** and **SATSCHIP**. -**-==[Request card development samples [here](https://coinkite.cards/dev)]==-** - Repository contents: 1. The protocol specification @@ -14,6 +12,10 @@ Examples/Libraries in other languages: - C++ https://github.com/nunchuk-io/tap-protocol - React Native https://github.com/bithyve/cktap-protocol-react-native +Recommended NFC desktop reader +- HID Omnikey "CL5022 CL" works well in Windows, Linux and MacOS. +- https://store.coinkite.com/store/nfc-read-b + ## Documentation Links - **[Docs and Spec subdirectory (./docs)](docs)**