A scene with an interactive 3D NFT explorer in Decentraland.
This scene shows you:
- How to switch 3D models via an interactive interface
- Use OpenNFTDialog to reference / update NFT metadata
- How to handle changes through a system
- How to create custom components
Install the CLI
Download and install the Decentraland CLI by running the following command:
npm i -g decentraland
Install Git LFS
Download and install the commmand line extension - https://git-lfs.github.com/
Setup Git LFS
git lfs install
Previewing the scene
Download this example and navigate to its directory, initialize Git LFS, then run:
dcl start
Any dependencies are installed and then the CLI opens the scene in a new browser tab.
Learn more about how to build your own scenes in our documentation site.
If something doesn’t work, please file an issue.
