Java SDK for the Status Keycard
Go to file
Michele Balistreri 9366028aaf
add factory reset
2023-06-06 16:42:49 +02:00
android treat malformed response as ioexception 2023-02-22 12:16:44 +01:00
demo-android bc 1.60 2020-11-09 14:03:25 +01:00
desktop BLS support (#21) 2022-07-18 14:05:43 +02:00
gradle/wrapper Extract library (#1) 2018-10-27 07:29:41 +02:00
lib add factory reset 2023-06-06 16:42:49 +02:00
.gitignore BLS support (#21) 2022-07-18 14:05:43 +02:00
LICENSE Create LICENSE 2019-04-29 09:26:17 +03:00
README.md update README 2020-06-02 10:22:27 +03:00
build.gradle closes #13 2019-03-27 13:08:02 +03:00
gradle.properties
gradlew Extract library (#1) 2018-10-27 07:29:41 +02:00
gradlew.bat
settings.gradle Unified sdk (#12) 2018-12-11 11:50:53 +03:00

README.md

Keycard Java SDK for Android and Desktop

This SDK simplifies integration with the Status Keycard in Android and Desktop 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-android/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.

Usage

You can import the SDK in your Gradle or Maven project using Jitpack.io.

On Android

dependencies {
  implementation 'com.github.status-im.status-keycard-java:android:3.0.2'
}

on the desktop

dependencies {
  implementation 'com.github.status-im.status-keycard-java:desktop:3.0.2'
}