CLI tool for developing, building, and deploying Decentraland scenes and worlds. Current stable version: 3.21.0. Released on npm with frequent updates (multiple releases per month). Key differentiators: official tool for Decentraland ecosystem, supports both SDK6 and SDK7 scenes, integrates with Decentraland's decentraland-archipelago and catalyst servers, provides commands for scene creation, preview, deploy, and ACL management. Requires Node >=16 and npm >=8. ESM-only package (no CommonJS require support).
npm install decentralandVerified import paths — ran on the pinned version, not inferred.
Creates a new Decentraland scene project, starts local preview server, and shows deploy command.
Replace 'dcl' with 'decentraland' in all commands and scripts.
Update your scenes and configurations to use Sepolia endpoints.
Use SDK7 for smart wearables/items, or avoid those options in SDK6.
Use dynamic import() or set 'type': 'module' in your project.
Always test scene deploy on a test catalyst before mainnet.
Run 'npm install -g decentraland' or use 'npx decentraland' without global install.
Use 'decentraland' instead of 'dcl'.
Update Node.js to version 16 or higher.