# dcl-catalyst-client

> A client to query and perform changes on Decentraland's catalyst servers

Latest version **22.0.0** (published 2026-06-20) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install dcl-catalyst-client
pnpm add dcl-catalyst-client
yarn add dcl-catalyst-client
bun add dcl-catalyst-client
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; no vulnerabilities; has provenance; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 22.0.0 |
| Published | 2026-06-20 |
| First published | 2020-03-31 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=18 |
| Dependencies | 6 |
| Unpacked size | 210.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 7 |
| Author | Decentraland |
| Maintainers | decentralandbot |
| Keywords | decentraland |

## Links

- npm: https://www.npmjs.com/package/dcl-catalyst-client
- Repository: https://github.com/decentraland/catalyst-client
- Homepage: https://github.com/decentraland/catalyst-client#readme
- Issues: https://github.com/decentraland/catalyst-client/issues
- npm.io page: https://npm.io/package/dcl-catalyst-client

## Dependencies (6)

- [cookie](https://npm.io/package/cookie.md) ^0.5.0
- [@dcl/crypto](https://npm.io/package/@dcl/crypto.md) ^3.4.0
- [@dcl/hashing](https://npm.io/package/@dcl/hashing.md) ^3.0.0
- [@dcl/schemas](https://npm.io/package/@dcl/schemas.md) ^23.0.0
- [@dcl/fetch-component](https://npm.io/package/@dcl/fetch-component.md) ^1.0.1
- [@dcl/catalyst-contracts](https://npm.io/package/@dcl/catalyst-contracts.md) ^4.4.0

## Recent versions

- 22.0.0 (latest) — 2026-06-20
- 21.11.1-27881014324.commit-ad7de29 (next) — 2026-06-20
- 12.0.4-20220701023026.commit-f27f53f (tag-use-post) — 2022-07-01
- 11.3.1-20220509184014.commit-82940cb (tag-rehash-files-8) — 2022-05-09
- 11.3.1-20220509181637.commit-93a469c (tag-rehash-files-7) — 2022-05-09
- 11.3.1-20220509150623.commit-d9bd51d (tag-rehash-files-6) — 2022-05-09
- 11.3.1-20220504120334.commit-b6db8b3 (tag-rehash-files-5) — 2022-05-04
- 11.3.1-20220504120039.commit-7beb25a (tag-rehash-files-4) — 2022-05-04
- 11.3.1-20220503190221.commit-a36f3fc (tag-rehash-files-3) — 2022-05-03
- 11.3.1-20220503164448.commit-02ebbf0 (tag-rehash-files-2) — 2022-05-03
- 11.3.1-20220503120459.commit-9c8bf1d (tag-rehash-files) — 2022-05-03
- 11.2.1-20220407183041.commit-5b0791a (tag-rm-legacy-auditinfo) — 2022-04-07
- 9.0.5-20211224182952.commit-aaaaac7 (tag-user-store) — 2021-12-24
- 8.1.2-20210930192456.commit-a091a01 (tag-profiles-version) — 2021-09-30
- 8.1.1-20210907204511.commit-cb6e0fc (tag-blob-not-necessary) — 2021-09-07
- … 362 more at https://npm.io/package/dcl-catalyst-client/versions

## README

# 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)

---
_Source: https://npm.io/package/dcl-catalyst-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
