The official Dojo Starter guide, the quickest and most streamlined way to get your Dojo provable game up and running. This guide will assist you with the initial setup, from cloning the repository to deploying your world.
Read the full tutorial here.
# Run Katana
katana --disable-fee --allowed-origins "*"
# Build the example
sozo build
# Migrate the example
sozo migrate apply
# Start Torii
torii --world 0x403b5f047b8c4797139e30801e310473d99ca6877d19e0f27506f353f8f70f7 --allowed-origins "*"
This starter project is a constant work in progress and contributions are greatly appreciated!
-
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!