A Catalyst is a server that runs different services. These services currently work as the backbone for Decentraland. Some of these project are:
- Lighthouse - Communications coordinator
- Communications peer library
- Content Server
If you just want to run a Catalyst server, please check the Catalyst Owner repository. This repository is mostly used for developing.
This Server implements the v1 of the API Specification detailed here
For monitoring see the following doc
yarn build
yarn test
If using Visual Studio, please download:
yarn add husky
yarn husky install
yarn husky add .husky/pre-commit "yarn lint-staged"
- Modify the version in https://github.com/decentraland/catalyst/blob/master/Dockerfile#L30
- Create a tag release in Git with the same version