moonstream/engineapi
Andrey 23d0670714 Add changes. 2023-08-15 19:04:08 +03:00
..
alembic Clarified errors message for duplication of call request 2023-08-10 15:55:27 +00:00
deploy Fixed path to engine api env 2023-06-07 10:52:01 +00:00
engineapi Add changes. 2023-08-15 19:04:08 +03:00
.gitignore Updated engineapi placement 2023-06-06 12:11:49 +00:00
.isort.cfg Updated engineapi placement 2023-06-06 12:11:49 +00:00
README.md Updated engineapi placement 2023-06-06 12:11:49 +00:00
alembic.sample.ini Updated engineapi placement 2023-06-06 12:11:49 +00:00
alembic.sh Updated engineapi placement 2023-06-06 12:11:49 +00:00
dev.sh Updated engineapi placement 2023-06-06 12:11:49 +00:00
requirements.txt Add changes. 2023-08-10 18:24:26 +03:00
sample.env Moonstream admin user id from env var 2023-07-04 14:24:18 +00:00
setup.py Add changes. 2023-08-10 18:24:26 +03:00

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