laconicd/scripts/start-docker.sh
2022-10-12 17:24:07 +05:30

12 lines
333 B
Bash
Executable File

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