State of the project: Unstable and abandoned
The economy service is a service to manage your game's economy.
The economy service allows you to give your players access to items, currencies and much more. Anything that touches the economy of your game is parts of this service. This services allows you to define item definitions, create currencies, open up shops and much more.
Make sure you have go
(atleast version 1.11), make
, protoc
, docker
and docker-compose
installed on your system.
make api
. This will generate Go bindings, a REST gateway and a Swagger JSON document.make build
. This will build the Go project.docker-compose up -d
. This will run a single node CockroachDB database../bin/server/server
. Run the server. Too see all available arguments run./bin/server/server --help
.
We welcome contributions. Read our Contribution guidelines for more information