Skip to content

An example scene showing integration with the Zesty Banner smart item.

Notifications You must be signed in to change notification settings

zestyxyz/dcl-scene

Repository files navigation

Zesty Banner Decentraland Test Scene

This repository contains the most basic example of integrating the Zesty Banner smart item into a scene built with the Decentraland SDK.

Try it out

Install the CLI

Download and install the Decentraland CLI by running the following command:

npm i -g decentraland

Initialize a new scene

Create a new project folder, then navigate to it in your terminal and type:

dcl init

This will allow you to quickly bootstrap a new Decentraland project. Choose "Scene" from the list of options, then use the arrow keys to move down to the "Paste a repository URL" option. Select this, then enter the URL of this repository to bootstrap the scene.

Previewing the scene

Open this folder on the command line, then run:

dcl start

Any dependencies are installed and then the CLI opens the scene in a new browser tab.

Deploy to Decentraland

If you own any parcels of land in Decentraland, or have permissions to deploy to someone else's, you can publish this project.

  1. Make sure the scene parcels in scene.json match those you own or have permissions on.
  2. Run dcl deploy on the project folder
  3. This will open a browser tab to confirm. Metamask will prompt you to sign.

    Note: Make sure you are using the wallet that owns the parcels or has permissions.

Deploy to a free server

If you don't own parcels in Decentraland or are not ready to publish your scene to the world, you can share your creations by uploading your scenes to a free hosting service.

See Upload a preview for instructions on how to do this.

Resources

Learn more about how to build your own scenes in our documentation site.

Find more example scenes, tutorials and helper libraries in the Awesome Repository.

If you need any help, join Decentraland's Discord, where you'll find a vibrant community of other creators who are eager to help. You're sure to find help in the #SDK support channel.

Copyright info

This scene is protected with a standard Apache 2 licence. See the terms and conditions in the LICENSE file.

About

An example scene showing integration with the Zesty Banner smart item.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published