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
Please read the full text so that you can understand what actions will and will not be tolerated.
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.
- Create a tag release in Git
- It will trigger the CI job which publishes a new docker image version under
@latest
tag