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 "*"
-
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!