Scene implementation code

In order for the business dashboard to be able to communicate with your Decentraland Scene, you must first create a scene on the business dashboard and then install the metaverse SDK on your Decentraland project and point it to your business manager scene.

Installation

  1. Click on the Scene implementation code option from the available options once you have clicked on a scene

  2. Copy the code that is shown into your Decentraland project, you can include it on an existing file or create a separate file called metaverseShop.ts

  3. Install the required dependencies on your Decentraland Project by running the following command: npm i -B @dcl/ecs-scene-utils @dcl/ui-scene-utils eth-connect dg-world-marketplace-sdk@latest

  4. Integration at this point is complete. Now you can head back to the Market tab on the dashboard and start creating slots, each slot, banners and variables.

Last updated