danielcdz |
Marco |
The official Byte Beasts 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.
To be able to run the ByteBeasts backend you need to have Git, Rust and Scarb installed on your PC to satisfy Dojo dependencies. You can install them with the following steps:
Go to the Rust installation page
After installing Rust, ensure your PATH
environment variable includes the Cargo bin directory (usually $HOME/.cargo/bin
).
Go to the Git installation page and follow the instructions for your operating system to install Git.
The Dojo toolchain integrates Scarb to build and run Dojo projects, installation instructions are here.
You can install with the dojoup
version manager which enables you to easily install, update and manage your Dojo installation.
curl -L https://install.dojoengine.org | bash
You can alternatively use the asdf
package manager to install and manage your Dojo installation.
Follow the asdf installation instructions
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
asdf install dojo latest # For the latest version
asdf install dojo 0.7.0 # For a specific version
asdf global dojo latest # Set globally
asdf local dojo 0.7.0 # Set locally in your project directory
# Run Katana
katana --disable-fee --allowed-origins "*"
# Build the example
sozo build
# Migrate the example
sozo migrate apply
# Start Torii
torii --world 0x70835f8344647b1e573fe7aeccbf044230089eb19624d3c7dea4080f5dcb025 --allowed-origins "*"
We welcome contributions from developers of all levels! If you're interested in contributing to this project, please follow our CONTRIBUTION GUIDELINES to get started.
Whether it's fixing bugs, improving documentation, or adding new features, your help is greatly appreciated. Don't hesitate to ask questions or reach out for support—we're here to help!
If you're a contributor or would like to connect with the project maintainers, feel free to join our Telegram group!