You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update Slot CLI and add Controller integration (#432)
docs: update Slot CLI commands and add Controller integration
Fix deprecated slot deployments flags (--world, --rpc) by using --config instead.
Add Controller integration to dojo-client skill using starknet-react pattern.
Enable controllers indexing by default in Torii across all deployments.
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
After that, you should receive the RPC endpoint for the katana slot. Now, you can use that and update your `Scarb.toml` file with the new RPC endpoint as follows:
@@ -85,10 +93,24 @@ Congratulations! You have successfully deployed your project with a Katana slot.
85
93
86
94
## Torii
87
95
88
-
To initiate a Torri indexer slot, execute the following command:
96
+
To deploy a Torii indexer slot, first create a [Torii configuration file](/toolchain/torii/configuration) with your world address and RPC endpoint:
0 commit comments