1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

chore(docs): Emulator disclaimer

fixes #2281 

* chore(docs): Emulator disclaimer

* Update docs/core/emulator/index.md

Co-authored-by: matejcik <ja@matejcik.cz>

Co-authored-by: matejcik <ja@matejcik.cz>
This commit is contained in:
Simon Males 2022-07-08 21:35:16 +10:00 committed by GitHub
parent c0cf84c03d
commit 0094c90153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,12 @@ There is neither boardloader nor bootloader and no firmware uploads. Emulator ru
Emulator significantly speeds up development and has several features to help you along the way.
## ⚠️ Disclaimer ⚠️
This emulator is for *development purposes only*. It uses a pseudo random number generator, and thus no guarantee on its entropy is made. No security or hardening efforts are made here. It is, and will continue to be, intended for development purposes only. Security and hardening efforts are only made available on [physical Trezor hardware](https://shop.trezor.io/).
Any other usage of the emulator is discouraged. Doing so runs the risk of losing funds.
## How to run
1. [build](../build/emulator.md) the emulator