scripts: Add generated simapp template

This commit is contained in:
willclarktech
2020-07-02 14:09:08 +02:00
parent dbd7e992e9
commit 60cdda61d1
11 changed files with 1030 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -o errexit -o nounset -o pipefail
command -v shellcheck > /dev/null && shellcheck "$0"
mkdir -p /root/log
simd start --rpc.laddr tcp://0.0.0.0:26657 --trace