dojo-transactions
Installation
SKILL.md
Dojo.js Transactions & Actions
When to Use
Use this skill when:
- Executing game actions on-chain
- Sending typed messages
- Batching multiple transactions
- Handling transaction lifecycle
DojoProvider.execute()
Execute contract calls using the DojoProvider:
import { useDojoSDK } from "@dojoengine/sdk/react";
import { useAccount } from "@starknet-react/core";