You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-wallet/test/docker/run-all.sh

15 lines
260 B

#!/bin/bash
# go to root
cd "$(dirname "$0")"
cd ..
# run bridge
cd /trezor-bridge/extracted/usr/bin && ./trezord -e 21324 -u=false &&
# run emulator
cd /trezor-emulator/docker/emulator && ./run.sh &&
# run wallet
cd /trezor-wallet && yarn run prod-server