laconicd/scripts/start-docker.sh
2022-04-26 20:07:50 +05:30

13 lines
364 B
Bash
Executable File

#!/bin/sh
echo "prepare genesis: Run validate-genesis to ensure everything worked and that the genesis file is setup correctly"
chibaclonkd validate-genesis --home /chibaclonk
echo "starting chibaclonk node $ID in background ..."
chibaclonkd start \
--home /chibaclonk \
--keyring-backend test \
--mode validator
echo "started ethermint node"
tail -f /dev/null