From 0094c90153f089175b2695a0893c3c201bb5db89 Mon Sep 17 00:00:00 2001 From: Simon Males Date: Fri, 8 Jul 2022 21:35:16 +1000 Subject: [PATCH] chore(docs): Emulator disclaimer fixes #2281 * chore(docs): Emulator disclaimer * Update docs/core/emulator/index.md Co-authored-by: matejcik Co-authored-by: matejcik --- docs/core/emulator/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/core/emulator/index.md b/docs/core/emulator/index.md index b9d9b835f..9227c18ac 100644 --- a/docs/core/emulator/index.md +++ b/docs/core/emulator/index.md @@ -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