Installation
Garaga is available in multiple formats for different use cases:
Package
Use Case
Install Command
Quick Start
pip install garaga
garaga --helpscarb add garagaOr in Scarb.toml:
[dependencies]
garaga = "1.0.1"[dependencies]
garaga_rs = { git = "https://github.com/keep-starknet-strange/garaga.git", tag = "v1.0.1" }npm install garagaVersion Compatibility
All Garaga packages are released together with matching version numbers. When using multiple packages, ensure they all use the same version to guarantee compatibility.
For example, when using version 1.0.1:
Python:
pip install garaga==1.0.1Cairo:
garaga = "1.0.1"in Scarb.tomlRust:
tag = "v1.0.1"in Cargo.tomlnpm:
npm install garaga@1.0.1
Developer Setup
For contributing to Garaga or advanced development workflows, see the Developer Setup & Guides.
Last updated
Was this helpful?