Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 356 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 356 Bytes

dojo-beta

Dojo is a toolchain for developing onchain games on Starknet. It implements an Entity Component System heavily inspired by the Bevy engine.

Getting Started

Prerequisites

  • Install Rust
  • Setup Rust:
rustup override set stable && rustup update && cargo test