1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 11:29:11 +00:00
Go to file
matejcik 44240c9503 tools: add support tool and coin_gen tool
support.py - query and modify info in support.json
coin_gen.py - generate coins_json, render mako templates, run checks
2018-07-27 14:53:49 +02:00
defs defs: add support for dogecoin and vertcoin (port of #176) 2018-07-27 12:33:00 +02:00
keys
protob protob: add GetPublicKey.script_type 2018-07-26 17:04:03 +02:00
tools tools: add support tool and coin_gen tool 2018-07-27 14:53:49 +02:00
udev bump dockerfile for udev build 2018-02-26 16:19:33 +01:00
.gitignore Ignore temporary files in tools/ 2018-06-21 13:55:17 +02:00
.gitmodules defs: add ethereum/tokens submodules 2018-05-22 19:33:21 +02:00
.travis.yml defs: update trezor.io backends 2018-06-25 12:17:52 +02:00
COPYING added license (LGPL-3.0+) 2017-06-26 11:37:20 +02:00
README.md add travis check for coins.json 2017-11-14 02:18:28 +01:00

trezor-common

Build Status Gitter

Common files shared among TREZOR repositories.

This repo is meant to be included as submodule to others using:

git submodule add https://github.com/trezor/trezor-common.git trezor-common