Java SDK for the Status Keycard
Go to file
Bitgamma 07fc087cb3
[WIP] rename hardwallet to keycard (#11)
* rename hardwallet to keycard

* rename hardwallet to keycard

* rename hardwallet to keycard

* change constants

* add convenience GlobalPlatform methods

* add javadoc to all classes
2018-12-07 16:44:02 +03:00
demo [WIP] rename hardwallet to keycard (#11) 2018-12-07 16:44:02 +03:00
gradle/wrapper Extract library (#1) 2018-10-27 07:29:41 +02:00
lib [WIP] rename hardwallet to keycard (#11) 2018-12-07 16:44:02 +03:00
.gitignore filter idea folder 2018-11-27 14:35:44 +03:00
README.md [WIP] rename hardwallet to keycard (#11) 2018-12-07 16:44:02 +03:00
build.gradle Extract library (#1) 2018-10-27 07:29:41 +02:00
gradle.properties initial import 2018-10-23 13:34:17 +02:00
gradlew Extract library (#1) 2018-10-27 07:29:41 +02:00
gradlew.bat initial import 2018-10-23 13:34:17 +02:00
settings.gradle Extract library (#1) 2018-10-27 07:29:41 +02:00

README.md

Keycard Android SDK

This SDK simplifies integration with the Status Keycard in Android applications. In this SDK you find both the classes needed for generic communication with SmartCards as well as classes specifically addressing the Keycard.

To get started, check the file demo/src/main/java/im/status/keycard/app/MainActivity.java which a simple demo application showing how the SDK works and what you can do with it.