diff --git a/scripts/simapp-start-node.sh b/scripts/simapp-start-node.sh index 6205f97..cd809d2 100644 --- a/scripts/simapp-start-node.sh +++ b/scripts/simapp-start-node.sh @@ -4,7 +4,9 @@ cd cosmos-sdk make build export SIMD_BIN=./build/simd make init-simapp --dry-run -$SIMD_BIN start +echo "simapp started" +$SIMD_BIN start & +echo "start" until curl --silent --head --fail http://localhost:26657/health; do sleep 1 done \ No newline at end of file