mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-17 20:08:12 +00:00
docs(core): Launch bridge w/ emulator support via suite (#2117)
This commit is contained in:
parent
b1706561cd
commit
aff3f512c4
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user