You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core
Andrew Kozlik 8eb6ce0899
core/sign_tx: If there is a non-multisig input, then change output cannot be multisig.
5 years ago
..
assets MONOREPO CREATE FROM trezor-core 5 years ago
docs docs: emulator's variables 5 years ago
embed core: bump version to 2.1.8 5 years ago
mocks core: Implement SD card protection. 5 years ago
site_scons/site_tools/micropython core: unroll the utils.BITCOIN_ONLY constant in mpy-cross 5 years ago
src core/sign_tx: If there is a non-multisig input, then change output cannot be multisig. 5 years ago
tests core/tezos: support the new protocol update (005-BABYLON) 5 years ago
tools core/tools: Clarify hid-bridge README. 5 years ago
vendor move vendored submodules to root vendor/ dir 5 years ago
.dockerignore MONOREPO CREATE FROM trezor-core 5 years ago
.gitignore core: git ignore coverage outputs 5 years ago
.pylintrc style: improve pylint exclusions 5 years ago
AUTHORS MONOREPO CREATE FROM trezor-core 5 years ago
COPYING MONOREPO CREATE FROM trezor-core 5 years ago
ChangeLog core/changelog: complete 2.1.6 changelog 5 years ago
Makefile ci: add u2f tests to CI 5 years ago
README.md docs: add link to a built version of the docs 5 years ago
SConscript.boardloader MONOREPO CREATE FROM trezor-core 5 years ago
SConscript.bootloader core: Use PRNG when generating random delays. 5 years ago
SConscript.firmware core: alphabetically order files in SConscript files 5 years ago
SConscript.prodtest core: Use PRNG when generating random delays. 5 years ago
SConscript.reflash MONOREPO CREATE FROM trezor-core 5 years ago
SConscript.unix core: alphabetically order files in SConscript files 5 years ago
SConstruct MONOREPO CREATE FROM trezor-core 5 years ago
asan_blacklist.txt core: asan config 5 years ago
emu.sh core/emu: use #!/usr/bin/env in shebang (#263) 5 years ago
trezor_cmd.sh all: replace /bin/bash with /usr/bin/env bash 5 years ago

README.md

Trezor Core

Trezor Logo

Build Status Gitter

This is the source code for 2nd generation of Trezor called Trezor model T.

It runs both inside of the device and also in the Trezor Emulator.

emulator

Documentation

The documentation can be found in the docs folder. See SUMMARY.md for a list of topics.

The documentation is also automatically built into a HTML format using mdBook and deployed to https://docs.trezor.io, where you can read it in a well arranged way.