All Projects → status-im → status-keycard-java

status-im / status-keycard-java

Licence: Apache-2.0 license
Java SDK for the Status Keycard

Programming Languages

java
68154 projects - #9 most used programming language

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'
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].