1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-21 02:26:13 +00:00

Run bridge and emulator in debug link mode

This commit is contained in:
Vladimir Volek 2019-01-24 16:31:29 +01:00
parent d6b736a58e
commit 694add27f8

View File

@ -5,10 +5,10 @@ cd "$(dirname "$0")"
cd ..
# run bridge
cd /trezor-bridge/ && ./extracted/usr/bin/trezord -e 21324 -u=false &
cd /trezor-bridge/ && ./extracted/usr/bin/trezord ed 21324:21325 -u=false &
# run emulator
cd /trezor-emulator/trezor-core && ./emu.sh &
cd /trezor-emulator/trezor-core && PYOPT=0 ./emu.sh &
# run wallet
cd /trezor-wallet && yarn run server:stable &