GameComponent / economy-service

:moneybag: The economy service is a service to manage your game's economy.

Home Page:https://www.gamecomponent.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FOSSA Status Go Report Card Discord Chat

State of the project: Unstable and abandoned

đź’µ Economy Service

The economy service is a service to manage your game's economy.

What is the economy service?

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.

Requirements

Make sure you have go (atleast version 1.11), make, protoc, docker and docker-compose installed on your system.

Setup

  1. make api. This will generate Go bindings, a REST gateway and a Swagger JSON document.
  2. make build. This will build the Go project.
  3. docker-compose up -d. This will run a single node CockroachDB database.
  4. ./bin/server/server. Run the server. Too see all available arguments run ./bin/server/server --help.

Contributing

We welcome contributions. Read our Contribution guidelines for more information

License

FOSSA Status

About

:moneybag: The economy service is a service to manage your game's economy.

https://www.gamecomponent.com

License:Other


Languages

Language:Go 94.9%Language:JavaScript 3.1%Language:C# 0.7%Language:Makefile 0.6%Language:C++ 0.5%Language:Dockerfile 0.2%