项目作者: trezor

项目描述 :
:iphone: TREZOR Communication Library for Android
高级语言: Java
项目地址: git://github.com/trezor/trezor-android.git
创建时间: 2014-04-15T14:02:38Z
项目社区:https://github.com/trezor/trezor-android

开源协议:GNU Lesser General Public License v3.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:

  1. allprojects {
  2. repositories {
  3. maven { url 'https://jitpack.io' }
  4. ...
  5. }
  6. }

Then you can add the dependency like this:

  1. dependencies {
  2. compile 'com.github.trezor.trezor-android:trezor-lib:<current_version>'
  3. ...
  4. }

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.