From aff3f512c4853f942c4bb7ba68de8f630d074c16 Mon Sep 17 00:00:00 2001 From: Simon Males Date: Mon, 14 Feb 2022 14:30:56 +0100 Subject: [PATCH] docs(core): Launch bridge w/ emulator support via suite (#2117) --- docs/core/emulator/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/core/emulator/index.md b/docs/core/emulator/index.md index 3bbb08dd0..b9d9b835f 100644 --- a/docs/core/emulator/index.md +++ b/docs/core/emulator/index.md @@ -14,7 +14,9 @@ Emulator significantly speeds up development and has several features to help yo 2. run `emu.py` inside the poetry environment: - either enter `poetry shell` first, and then use `./emu.py` - or always use `poetry run ./emu.py` -3. to use [bridge](https://github.com/trezor/trezord-go) with the emulator support, start it with `trezord-go -e 21324` +3. start the bridge: + - to initalise the [bridge](https://github.com/trezor/trezord-go) with emulator support, start it with `trezord-go -e 21324` + - alternatively, launch the [desktop suite](https://suite.trezor.io/) from the command line with the argument `--bridge-dev` Now you can use the emulator the same way as you use the device, for example you can use [Trezor Suite](https://suite.trezor.io), use our Python CLI tool (`trezorctl`), etc. Simply click to emulate screen touches.