项目作者: GameComponent

项目描述 :
:moneybag: The economy service is a service to manage your game's economy.
高级语言: Go
项目地址: git://github.com/GameComponent/economy-service.git
创建时间: 2019-02-06T22:54:41Z
项目社区:https://github.com/GameComponent/economy-service

开源协议:Other

下载


FOSSA Status
Go Report Card
Discord Chat

State of the project: Unstable and abandoned

:dollar: 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