moonstream/engineapi
kompotkot 911042da26 Leaderboards use env var origins 2023-09-21 07:24:11 +00:00
..
alembic
deploy CORS origins synchronize service 2023-08-31 10:46:48 +00:00
engineapi Leaderboards use env var origins 2023-09-21 07:24:11 +00:00
.gitignore
.isort.cfg
README.md
alembic.sample.ini
alembic.sh
dev.sh
requirements.txt
sample.env Bump version, update env file. 2023-09-01 07:11:55 +03:00
setup.py

README.md

lootbox

Use lootboxes in your game economy with ready to use contracts

Deployment

Deployment with local signer server

MOONSTREAM_SIGNING_SERVER_IP=127.0.0.1 ./dev.sh

Run frontend

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