Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 952 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 952 Bytes

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

Monitoring

For monitoring see the following doc

Contributions

If using Visual Studio, please download:

Install Husky

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