Starkners is an on-chain Checkers game built on Starknet, powered by Dojo Engine.
- Dojo v1.1.1 → Installation Guide
- Scarb v2.9.2 → Install using the following command:
curl -s https://raw.githubusercontent.com/KaizeNodeLabs/starkiro/main/cli/install_dev_suit.sh -o install_dev_suit.sh
bash install_dev_suit.sh --scarb 2.9.2
Run Katana in development mode:
katana --dev --dev.no-fee --http.cors_origins '*'
sozo build
sozo migrate
torii -w {world_address-output of previous command} --http.cors_origins '*'
pnpm install
pnpm dev
Now you’re ready to play! 🚀
We welcome contributions from the community! Whether it's bug fixes, new features, or improvements, your help is appreciated.
🔹 Check out our Contribution Guidelines: Contribution Guidelines
🔹 Report Issues & Suggest Features: Open an issue on GitHub
🔹 Fork & Submit a PR: Follow best practices and submit your pull request
Let's build together! 🚀♟️