What problem does it solve?
This Skill simplifies and automates deploying Dojo game worlds to local Katana, Sepolia testnet, or Starknet mainnet by removing manual setup, build, migration, and indexer configuration steps.
Core Features & Use Cases
- Start and configure Katana: Launch a local sequencer with recommended options, optional persistent storage, and genesis Controller deployment for Cartridge Controller compatibility.
- Build, migrate, and verify: Run sozo build and sozo migrate workflows, preview deployments with inspect, and extract addresses from generated manifests.
- Torii indexing and deployment orchestration: Start the Torii indexer against a deployed world and manage deployment lifecycles, useful for local development, CI pipelines, and testnet/mainnet rollouts.
- Use Case: For local development, use the provided deploy script to start Katana, build and migrate your world, extract the manifest, and bring up Torii for immediate testing.
Quick Start
Start Katana and deploy my world to the local Katana sequencer using the default dev profile.