Skip to content

Conversation

@ryzen-xp
Copy link
Contributor

@ryzen-xp ryzen-xp commented Sep 4, 2025

Pull Request Overview

📝 Summary

Adds complete Slot deployment guide for Dojo games covering authentication, Katana deployment, and Torii indexer setup.

Related Issues

Type of Change

Mark with an x all the checkboxes that apply (like [x]).

  • 📝 Documentation (updates to README, docs, or comments)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 👌 Enhancement (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)

🔄 Changes Made

What's Changed

Created pages/deployments/slot.md with:

  • Authentication setup and troubleshooting
  • Katana deployment workflow
  • Project configuration and migration
  • Torii indexer deployment
  • Monitoring and logging
  • Best practices and troubleshooting

Implementation Details

  • Follows official Dojo documentation structure
  • Uses consistent naming (my-dojo-game) throughout
  • Includes proper code blocks with syntax highlighting
  • Clear command explanations and expected outputs
  • Progressive structure: auth → Katana → Torii

Technical Notes

  • Commands verified against latest Slot CLI
  • macOS credential path for troubleshooting
  • Complete Torii parameters (--world, --rpc, --start-block)
  • TOML formatting for Scarb.toml
  • Current Cartridge API endpoint patterns

🔧 Tests Results

Test Coverage

  • Unit Tests
  • Integration Tests
  • Manual Testing

@jimenezz22 jimenezz22 added the Approved PR ready to merge label Sep 7, 2025
@jimenezz22 jimenezz22 assigned ryzen-xp and unassigned coxmars Sep 7, 2025
@jimenezz22 jimenezz22 merged commit aa691ff into AkatsukiLabs:main Sep 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved PR ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📝 [DOCS] Add complete Slot deployment guide

3 participants