home / skills / dojoengine

dojoengine skills

Find 12 skills from 1 repo created by dojoengine on GitHub.

1 repo
12 skills
GitHub

Sponsored

dojo-client

dojoengine/book

51
This skill helps you connect and bind your game clients to a Dojo world, generating bindings and enabling real-time queries.
dojo-init

dojoengine/book

51
This skill initializes a new Dojo project with complete structure, configs, and starter files to accelerate game development.
dojo-deploy

dojoengine/book

51
This skill helps you deploy Dojo worlds to local Katana, Sepolia, or Starknet mainnet with automated verification and management.
dojo-system

dojoengine/book

51
This skill helps you generate Cairo Dojo system contracts that implement game logic, modify models, and emit events.
dojo-review

dojoengine/book

51
This skill analyzes Dojo code for best practices, security, and performance, guiding audits of models, systems, tests, and deployment readiness.
dojo-migrate

dojoengine/book

51
This skill helps manage world migrations, upgrades, and breaking changes in Dojo deployments, ensuring smooth version updates and data integrity.
dojo-model

dojoengine/book

51
This skill helps you define Cairo Dojo models for game state using ECS patterns with proper keys and trait derivations.
dojo-test

dojoengine/book

51
This skill helps you generate comprehensive Dojo tests for models and systems using spawn_test_world and cheat codes to verify state and behavior.
dojo-config

dojoengine/book

51
This skill helps you configure Dojo projects by managing Scarb.toml, profiles, world settings, and dependencies across environments.
dojo-indexer

dojoengine/book

51
This skill helps you configure and use the Torii indexer for GraphQL queries, real-time subscriptions, and SQL access to your world state.