dojo_101
Learn Dojo development basics with a beginner-friendly guide. Start new projects, understand workflows, and explore the Dojo architecture for building onchain worlds using Starknet.
Instructions
Beginner-friendly introduction to Dojo development. Use this when starting a new Dojo project, understanding the basic workflow, or when you need a high-level overview of the Dojo development process and architecture.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}