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 --disable-fee --allowed-origins "*"

Terminal two

# Build the example
sozo build

# 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> --allowed-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 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!