dojo-indexer

Solid

Set up and configure Torii indexer for GraphQL queries, gRPC subscriptions, and SQL access. Use when indexing your deployed world for client queries or real-time updates.

API & Backend 53 stars 94 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
58
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Dojo Indexer (Torii) Set up and use Torii, the Dojo indexer, for efficient querying and real-time subscriptions to your world state. ## When to Use This Skill - "Set up Torii indexer" - "Configure GraphQL for my world" - "Create subscriptions for entity updates" - "Query world state efficiently" ## What This Skill Does Manages Torii indexer: - Start and configure Torii - Create GraphQL queries - Set up real-time subscriptions - Access SQL database directly ## Quick Start **Start Torii:** ```bash torii --world <WORLD_ADDRESS> ``` This starts Torii with default settings: - GraphQL API at `http://localhost:8080/graphql` - gRPC API at `http://localhost:8080` - In-memory database (for development) **With Controller indexing (recommended):** ```bash torii --world <WORLD_ADDRESS> --indexing.controllers ``` **Production configuration:** ```bash torii --world <WORLD_ADDRESS> --db-dir ./torii-db --indexing.controllers ``` ## What is Torii? Torii is the Dojo indexer that: - Watches blockchain for world events - Indexes model state changes - Provides GraphQL API for queries - Provides gRPC API for subscriptions - Offers SQL access for complex queries **Why use Torii:** - Faster than direct RPC queries - Complex queries (filters, pagination) - Real-time subscriptions - Type-safe GraphQL schema ## GraphQL API Torii provides GraphQL endpoint at `http://localhost:8080/graphql` Use the GraphiQL IDE in your browser to explore the schema and test queries. ### Schema Structure...

Details

Author
dojoengine
Repository
dojoengine/book
Created
3 years ago
Last Updated
3 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

ontology

Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.

37 Updated 1 months ago
1mancompany
API & Backend Solid

sql-optimization-patterns

Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis.

52 Updated today
hainamchung
AI & Automation Featured

skillforge

Intelligent skill router, proactive advisor, and creator. Analyzes ANY input to recommend existing skills, improve them, or create new ones. Adds proactive Context Skill Advisor suggestions from session, project, and personal context using user-controlled Proactivity Levels.

668 Updated yesterday
tripleyak
Testing & QA Listed

testing-tauri-apps

Guides developers through testing Tauri applications including unit testing with mock runtime, mocking Tauri APIs, WebDriver end-to-end testing with Selenium and WebdriverIO, and CI integration with GitHub Actions.

21 Updated 4 months ago
dchuk
Data & Documents Listed

osint-investigator

OSINT Investigator v2.1 — comprehensive open-source intelligence skill. Triggers on: OSINT, recon, digital footprint, dorking, social media investigation, username lookups, email tracing, domain recon, entity mapping, OPSEC, image verification, metadata analysis, threat intel, people search, background research. Slash commands: /dork, /recon, /pivot, /entity, /timeline, /analyze-metadata, /verif-photo, /sock-opsec, /report, /simple-report, /full, /track, /link, /entities, /confidence, /export-entities, /import-entities, /compare, /timeline-entity, /find-path, /visualize, /stats, /export-graph, /risk-score, /anomaly, /pattern, /threat-model, /sanitize, /export-risk, /wizard, /template, /simple-mode, /progress, /save-checkpoint, /load-checkpoint, /qa-check, /coverage, /gaps, /verify-sources. Professional playbooks: journalist verification, HR background checks, cyber threat intel, private investigation. Integrations: Maltego, Obsidian, Notion.

34 Updated 2 months ago
dkyazzentwatwa