How to use the dcl-catalyst-client.CatalystClient function in dcl-catalyst-client

To help you get started, we’ve selected a few dcl-catalyst-client examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github decentraland / explorer / kernel / packages / decentraland-loader / lifecycle / controllers / download.ts View on Github external
constructor(
    public options: {
      contentServer: string
      metaContentServer: string
      metaContentService: string
      contentServerBundles: string
      tutorialBaseURL: string
    }
  ) {
    this.catalyst = new CatalystClient(options.metaContentServer, 'EXPLORER')
  }

dcl-catalyst-client

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

Apache-2.0
Latest version published 3 months ago

Package Health Score

69 / 100
Full package analysis