moonstream/engineapi
Neeraj Kashyap 9bb8c19283 Added the `client` directory
It contains a lightweight Python client for the Engine API.
2023-11-21 11:00:38 -08:00
..
alembic Modified alembic migration to downgrade properly 2023-11-21 10:59:17 -08:00
client Added the `client` directory 2023-11-21 11:00:38 -08:00
deploy CORS origins synchronize service 2023-08-31 10:46:48 +00:00
engineapi Fix if in get latest version. 2023-11-20 15:34:47 +02: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 Bump version, update env file. 2023-09-01 07:11:55 +03: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