State of the project: Unstable and in active development
The economy service is a service to manage your game's economy.
The economy services allow 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.
We're an open source project and welcome contributions. Read our Contribution guidelines for more information
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit