Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trezor/trezor-core
:lock: Don't use this repo, use the new monorepo instead:
https://github.com/trezor/trezor-core
bitcoin micropython trezor
Last synced: 1 day ago
JSON representation
:lock: Don't use this repo, use the new monorepo instead:
- Host: GitHub
- URL: https://github.com/trezor/trezor-core
- Owner: trezor
- License: gpl-3.0
- Archived: true
- Created: 2015-11-19T13:16:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T14:21:30.000Z (almost 6 years ago)
- Last Synced: 2024-10-01T05:07:54.985Z (4 months ago)
- Topics: bitcoin, micropython, trezor
- Language: Python
- Homepage: https://github.com/trezor/trezor-firmware
- Size: 14.8 MB
- Stars: 354
- Watchers: 51
- Forks: 204
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Contributing: docs/CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Deprecated
We've moved to monorepo [trezor-firmware](https://github.com/trezor/trezor-firmware). Please file all issues and Pull Requests there.
----
# TREZOR Core
![TREZOR Logo](docs/logo.png)
[![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)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](docs/emulator.jpg)
## Documentation
* [API](docs/api.md)
* [Build instructions](docs/build.md)
* [Emulator](docs/emulator.md)
* [Testing](docs/testing.md)
* [Bootloader](docs/bootloader.md)
* [Hardware](docs/hardware.md)
* [Memory Layout](docs/memory.md)
* [TOIF Image Format](docs/toif.md)