📘
DG Live
  • Introduction
    • 📗Introduction
  • Getting Started
    • 📗Getting Started
  • Marketplace
    • ⛏️Create a New NFT Collection
    • ⛏️Mint an Item in the Collection
    • 👮Metadata Standards
    • 💲Royalty Management
    • 🛍️Buying an item
    • 🛒Selling an item
  • Business Manager
    • 📗Getting Started
    • ⚙️Overview
    • 👱‍♂️Profile
    • 🏠Scenes
      • Scene implementation code
      • Scene Panorama
      • Scene Marketplace
        • Slots
        • Market panorama
      • Scene Scheduling
      • Scene Groups
      • Sharing a Scene
      • Deleting a Scene
    • 📈Market Analytics
    • 🔌API Auth
    • 📘API Reference
  • Developer Resources
    • 📊Marketplace Plugin
    • 🛒Marketplace SDK
      • ⚙️Installation
      • 📪Basic usage
    • 🌐Metaverse SDK
      • Basic Usage
      • Advanced Usage
    • 🔌API Reference
      • Marketplace Methods
      • Business Manager API
    • 📔Smart Contract Reference
      • Methods
        • Buy
        • Sell
        • Cancel
        • BuyForGift
        • isActive
        • getPrice
      • Events
        • Buy
        • Sell
        • Cancel
        • BuyForGift
  • Tutorials & Resources
    • 🏪Creating a metaverse store
      • Creating a Decentraland Scene
      • Create an account on the business manager
      • Place an item for sale
    • 🙌Sample Scene
  • Use Cases
    • ⏯️Exploring Use Cases
    • 🎨Digital Art Gallery in the Metaverse and Web
    • 🖥️NFT Gaming Platform
    • 🎮Virtual Concert Experience
    • 👔Fashion Industry and Virtual Avatars
Powered by GitBook
On this page
  1. Business Manager
  2. Scenes

Scene implementation code

PreviousScenesNextScene Panorama

Last updated 2 years ago

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.

🏠