Skip to content

📱 TREZOR Management App and Communication Library for Android

License

Notifications You must be signed in to change notification settings

MattSkala/trezor-android

 
 

Repository files navigation

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.

About

📱 TREZOR Management App and Communication Library for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%