https://github.com/dojoengine/dojo-starter
A starting template for your Dojo world
https://github.com/dojoengine/dojo-starter
Last synced: 9 months ago
JSON representation
A starting template for your Dojo world
- Host: GitHub
- URL: https://github.com/dojoengine/dojo-starter
- Owner: dojoengine
- License: mit
- Created: 2023-05-30T00:55:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T14:34:16.000Z (9 months ago)
- Last Synced: 2025-03-18T15:42:50.560Z (9 months ago)
- Language: Cairo
- Homepage:
- Size: 2.07 MB
- Stars: 31
- Watchers: 4
- Forks: 47
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://discord.com/invite/dojoengine)
[![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
A quickstart guide to help you build and deploy your first Dojo provable game.
Read the full tutorial [here](https://dojoengine.org/tutorial/dojo-starter).
## Running Locally
#### Terminal one (Make sure this is running)
```bash
# Run Katana
katana --dev --dev.no-fee
```
#### Terminal two
```bash
# Build the example
sozo build
# Inspect the world
sozo inspect
# Migrate the example
sozo migrate
# Start Torii
# Replace with the address of the deployed world from the previous step
torii --world --http.cors_origins "*"
```
---
## Contribution
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!