cosmjs/scripts/simapp46/run_simd.sh

8 lines
203 B
Bash
Raw Normal View History

2022-07-06 08:55:00 +02:00
#!/bin/sh
set -o errexit -o nounset -o pipefail
command -v shellcheck >/dev/null && shellcheck "$0"
cp -R "/template/.simapp" /root
mkdir -p /root/log
simd start --rpc.laddr tcp://0.0.0.0:26657 --trace