mirror of
https://github.com/trezor/trezor-wallet
synced 2025-03-20 18:16:10 +00:00
Run all the things properly
This commit is contained in:
parent
50852186c8
commit
701789a334
@ -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 -e 21324 -u=false &
|
||||
|
||||
# run emulator
|
||||
cd /trezor-emulator/docker/emulator && ./run.sh &
|
||||
cd /trezor-emulator/trezor-core && ./emu.sh &
|
||||
|
||||
# run wallet
|
||||
cd /trezor-wallet && yarn run server:stable
|
||||
|
Loading…
Reference in New Issue
Block a user