https://github.com/dojoengine/starter-chess
https://github.com/dojoengine/starter-chess
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dojoengine/starter-chess
- Owner: dojoengine
- License: apache-2.0
- Created: 2024-08-12T21:31:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T21:28:18.000Z (10 months ago)
- Last Synced: 2025-01-29T20:42:13.530Z (5 months ago)
- Language: TypeScript
- Homepage: https://starter-chess.vercel.app
- Size: 835 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://discord.gg/PwDa2mKhR4)
[![Telegram Chat][tg-badge]][tg-url][tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fdojoengine
[tg-url]: https://t.me/dojoengine# Dojo Starter: Official Guide
The official Dojo Starter guide, the quickest and most streamlined way to get your Dojo provable game up and running. This guide will assist you with the initial setup, from cloning the repository to deploying your world.
Read the full tutorial [here](https://book.dojoengine.org/tutorial/dojo-starter).
## Running Locally
#### Terminal one (Make sure this is running)
```bash
# Run Katana
katana --disable-fee --allowed-origins "*"
```#### Terminal two
```bash
# Build the example
sozo build# Migrate the example
sozo migrate apply# Start Torii
torii --world 0x70835f8344647b1e573fe7aeccbf044230089eb19624d3c7dea4080f5dcb025 --allowed-origins "*"
```---
## Contribution
This starter project is a constant work in progress and contributions are greatly appreciated!
1. **Report a Bug**
- If you think you have encountered a bug, and we should know about it, feel free to report it [here](https://github.com/dojoengine/dojo-starter/issues) and we will take care of it.
2. **Request a Feature**
- You can also request for a feature [here](https://github.com/dojoengine/dojo-starter/issues), and if it's viable, it will be picked for development.
3. **Create a Pull Request**
- It can't get better then this, your pull request will be appreciated by the community.Happy coding!