trezor-core/README.md

22 lines
652 B
Markdown
Raw Normal View History

2017-03-20 07:49:11 -07:00
# TREZOR Core
2017-10-24 09:06:40 -07:00
![TREZOR Logo](docs/logo.png)
2016-02-01 02:52:57 -08:00
2017-08-07 08:48:21 -07:00
[![Build Status](https://travis-ci.org/trezor/trezor-core.svg?branch=master)](https://travis-ci.org/trezor/trezor-core)
[![Gitter](https://badges.gitter.im/trezor/community.svg)](https://gitter.im/trezor/community)
2016-10-03 07:32:58 -07:00
2017-11-03 18:18:18 -07:00
This is the source code for 2nd generation of TREZOR called TREZOR model T.
2016-10-07 05:41:21 -07:00
2018-02-28 07:11:29 -08:00
It runs both inside of the device and also in the TREZOR Emulator.
![emulator](docs/emulator.jpg)
2017-03-20 07:49:11 -07:00
## Documentation
2016-10-10 03:32:38 -07:00
2017-11-04 20:00:05 -07:00
* [API](docs/api.md)
* [Build instructions](docs/build.md)
* [Bootloader](docs/bootloader.md)
* [Hardware](docs/hardware.md)
* [Memory Layout](docs/memory.md)
* [TOIF Image Format](docs/toif.md)