dojo-token

Implement and deploy ERC20 and ERC721 token contracts in Cairo with sozo migrate and Torii indexing.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/cartridge-gg/scoundrel --skill dojo-token-cartridge-gg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dojo-token
Source: https://github.com/cartridge-gg/scoundrel/tree/main/.agents/skills/dojo-token
Command: npx skills add https://github.com/cartridge-gg/scoundrel --skill dojo-token-cartridge-gg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dojo token integration and indexing enables game worlds to use fungible and non-fungible tokens, deployable alongside Dojo projects.

Core Features & Use Cases

  • Implement ERC20 fungible tokens and ERC721 NFTs in Cairo
  • Deploy token contracts as external contracts via sozo migrate
  • Configure Torii to index token balances, transfers, and metadata

Quick Start

Deploy a GoldToken ERC20 and a WeaponNFT ERC721 alongside your Dojo world and configure Torii to index their balances, transfers, and metadata.

Frequently Asked Questions about dojo-token

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement and deploy ERC20 and ERC721 tokens for a Dojo world?

To implement Dojo tokens, write ERC20 and ERC721 contracts in Cairo, then deploy them as external contracts within your Dojo world using the sozo migrate command.

Can I index ERC721 token balances and transfers across multiple Dojo environments?

Yes, you can configure Torii to index ERC721 token balances, transfers, and metadata across multiple Dojo worlds and environments for comprehensive NFT tracking.

What is the best way to add in-game currency to a Dojo project?

The best way to add in-game currency is implementing an ERC20 fungible token contract in Cairo and deploying it alongside your Dojo world via sozo migrate.

Does Torii support indexing token metadata for Dojo ERC20 contracts?

Yes, Torii supports indexing token balances, transfers, and metadata for ERC20 contracts deployed within a Dojo world.

Do I need Cairo to build collectible item tokens in a Dojo world?

Yes, Cairo-based token models are required to implement and deploy ERC721 collectible item contracts for integration into a Dojo world.