JSPM

dcl-catalyst-client

21.8.1-13202972340.commit-b418e76
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7308
  • Score
    100M100P100Q129842F
  • License Apache-2.0

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

Package Exports

  • dcl-catalyst-client
  • dcl-catalyst-client/dist/client/CatalystClient
  • dcl-catalyst-client/dist/client/CatalystClient.js
  • dcl-catalyst-client/dist/client/ContentClient
  • dcl-catalyst-client/dist/client/ContentClient.js
  • dcl-catalyst-client/dist/client/LambdasClient
  • dcl-catalyst-client/dist/client/LambdasClient.js
  • dcl-catalyst-client/dist/client/utils/DeploymentBuilder
  • dcl-catalyst-client/dist/client/utils/DeploymentBuilder.js
  • dcl-catalyst-client/dist/contracts-snapshots
  • dcl-catalyst-client/dist/contracts-snapshots/index.js
  • dcl-catalyst-client/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dcl-catalyst-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Decentraland Catalyst Client

The Catalyst Client library allows you to interact with Decentraland's Catalyst servers. It enables fetching data and deploying new entities to the Catalyst server of your choice.

Coverage Status

Installation

Install the package via npm:

npm install dcl-catalyst-client

Examples

Please check the examples repository