Skip to content

walleth/status-keycard-java

This branch is 11 commits behind keycard-tech/status-keycard-java:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9295aa6 · Nov 9, 2020

History

77 Commits
Nov 9, 2020
Nov 9, 2020
Sep 2, 2019
Oct 27, 2018
Nov 9, 2020
Nov 27, 2018
Apr 29, 2019
Jun 2, 2020
Mar 27, 2019
Oct 23, 2018
Oct 27, 2018
Oct 23, 2018
Dec 11, 2018

Repository files navigation

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'
}

About

Java SDK for the Status Keycard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%