1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 19:09:10 +00:00
trezor-firmware/core/README.md

19 lines
835 B
Markdown
Raw Normal View History

# Trezor Core
2017-03-20 14:49:11 +00:00
![Trezor Logo](docs/logo.png)
2016-02-01 10:52:57 +00:00
2017-08-07 15:48:21 +00: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 14:32:58 +00:00
This is the source code for 2nd generation of Trezor called Trezor model T.
2016-10-07 12:41:21 +00:00
It runs both inside of the device and also in the Trezor Emulator.
2018-02-28 15:11:29 +00:00
![emulator](docs/emulator/emulator.jpg)
2018-02-28 15:11:29 +00:00
2017-03-20 14:49:11 +00:00
## Documentation
2016-10-10 10:32:38 +00:00
The documentation can be found in the `docs` folder. See [SUMMARY.md](docs/SUMMARY.md) for a list of topics.
The documentation is also automatically built into a HTML format using [mdBook](https://github.com/rust-lang-nursery/mdBook) and deployed to [https://docs.trezor.io](https://docs.trezor.io/trezor-firmware/core/), where you can read it in a well arranged way.