Use lootboxes in your game economy with ready to use contracts
Deployment with local signer server
MOONSTREAM_SIGNING_SERVER_IP=127.0.0.1 ./dev.sh
Do from root directory workspace directory:
Engine:
Run dev
yarn workspace engine run dev
Build
yarn workspace engine run build
Player:
Run dev
yarn workspace player run dev
Build
yarn workspace player run build