Add local simapp44 blockchain

This commit is contained in:
Simon Warta
2021-10-24 21:52:38 +02:00
parent 57e4e2ca46
commit 1c1d2e742e
35 changed files with 3690 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"
cp -R "/template/.simapp" /root
mkdir -p /root/log
simd start --rpc.laddr tcp://0.0.0.0:26657 --trace