Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Jan 10, 2024
1 parent 3ac81b7 commit ea39d32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/simapp-start-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ea39d32

Please sign in to comment.