/trezor-android

:iphone: TREZOR Management App and Communication Library for Android

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

trezor-android

Build Status gitter

TREZOR Management App and Communication Library for Android

Download options

Using the library

You can add the library via jitpack. Add to jitpack as a repository:

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
        ...
    }
}

Then you can add the dependency like this:

dependencies {
    compile 'com.github.trezor.trezor-android:trezor-lib:v1.0.4'
    ...
}

Please consider using gradle witness to improve security.

Requirements

TREZOR has to be connected to Android by OTG cable. The Android device needs to support such connections.