/trezor-android

:iphone: TREZOR Communication Library for Android

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

trezor-android

Build Status gitter

Trezor Communication Library for Android

Trezor Manager app is now obsolete!

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:<current_version>'
    ...
}

You can see what to best use for <current_version> in the jitpack badge on the top.

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.