Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 665 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 665 Bytes

Deploy

Configure

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

Start application

docker-compose up -d

Run any command on devnet

starknet_local ...

Play a game

You can control the parameters with your env variables

play_game

Update dump

./scripts/init-local.sh