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";
Installs
1
GitHub Stars
37
First Seen
Jun 17, 2026
dojo-transactions — dojoengine/dojo.js