cosmjs/scripts/simapp50/run_simd.sh

8 lines
203 B
Bash
Raw Normal View History

2023-11-22 10:35:06 +01: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