testnet-laconicd-stack/stack-orchestrator/config/laconicd/scripts/run-laconicd.sh

12 lines
214 B
Bash
Raw Normal View History

2024-05-20 11:27:41 +00:00
#!/bin/sh
if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
set -x
fi
# TODO: pass from the caller
LOGLEVEL="info"
# TODO: Get genesis file using CURL
laconicd start --gql-playground --gql-server --log_level $LOGLEVEL