# Decentraland Catalyst Client

The Catalyst Client library allows you to interact with Decentraland's [Catalyst servers](https://github.com/decentraland/catalyst). It enables fetching data and deploying new entities to the Catalyst server of your choice.

[![Coverage Status](https://coveralls.io/repos/github/decentraland/catalyst-client/badge.svg?branch=master)](https://coveralls.io/github/decentraland/catalyst-client?branch=master)

## Installation

Install the package via `npm`:

```bash
npm install dcl-catalyst-client
```

### Examples

Please check the [examples repository](https://github.com/decentraland/catalyst-client-examples)
