Skip to content

dojoengine/dojo-starter

Repository files navigation

Dojo Starter

Dojo logo

discord Telegram Chat

Dojo Starter: Official Guide

A quickstart guide to help you build and deploy your first Dojo provable game.

Read the full tutorial here.

Running Locally

Terminal one (Make sure this is running)

# Run Katana
katana --dev --dev.no-fee

Terminal two

# Build the example
sozo build

# Inspect the world
sozo inspect

# Migrate the example
sozo migrate

# Start Torii
# Replace <WORLD_ADDRESS> with the address of the deployed world from the previous step
torii --world <WORLD_ADDRESS> --http.cors_origins "*"

Docker

You can start stack using docker compose. Here are the installation instruction

docker compose up

You'll get all services logs in the same terminal instance. Whenever you want to stop just ctrl+c


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 and we will take care of it.
  2. Request a Feature

    • You can also request for a feature here, 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!