A quickstart guide to help you build and deploy your first Dojo provable game.
Read the full tutorial here.
# Run Katana
katana --dev --dev.no-fee
# 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 "*"
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
-
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.
-
Request a Feature
- You can also request for a feature here, and if it's viable, it will be picked for development.
-
Create a Pull Request
- It can't get better then this, your pull request will be appreciated by the community.
Happy coding!