What problem does it solve?
This Skill streamlines the repetitive and error-prone steps required to deploy a Dojo world for local development or production, removing manual configuration and multi-step CLI choreography so teams can iterate faster.
Core Features & Use Cases
- Katana orchestration: start and configure a local Katana sequencer with recommended TOML options and persistent storage.
- Build & migration: run sozo build and sozo migrate workflows for dev, testnet (Sepolia), and mainnet profiles and verify manifests.
- Indexer and runtime setup: launch Torii indexer, extract world and contract addresses from manifests, and validate system execution.
- Use case: quickly bring up a local development environment, deploy the world, and confirm indexer connectivity for frontend integration tests.
Quick Start
Start Katana, build with sozo, and migrate your world using the desired profile to deploy and verify a local development environment.