Skip to content

decentraland/catalyst

Repository files navigation

Catalyst Project

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.

Services

Catalyst API

This Server implements the v1 of the API Specification detailed here

Monitoring

For monitoring see the following doc

Tests

yarn build
yarn test

Contributions

If using Visual Studio, please download:

Install Husky

yarn add husky
yarn husky install
yarn husky add .husky/pre-commit "yarn lint-staged"

Release