Prerequisitory: customize .env
file to set wanted configuration.
The PKEYADMIN
environment variable holds the primary key of the administrator.
Once you're happy with the values, export environement variables to make them available in subscripts:
set -a # automatically export all variables
source assets/addresses.sh
source .env
source scripts/utils.sh
set +a
docker-compose up -d
starknet_local ...
You can control the parameters with your env variables
play_game
./scripts/init-local.sh