Quickstart
This page lists the steps on how to setup Rush.
Prerequisite: Install the Rust and Solana toolchain
Install Rush CLI with Cargo
cargo install rush-ecs-clirushRapid and Declarative development framework for Fully Onchain Games (FOCG) and Autono
mous Worlds (AW) by SonicSVM.
Usage: rush [COMMAND]
Commands:
new Create a new Rush project.
deploy Deploy current Rush project
view Create a new Rush project.
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
Build Your Game
Create a new Rush Workspace
Configure Rush Manifest
Configure Gaming Blueprint
Deploy Your Onchain World
Interact with your Onchain World
Last updated