sparklesCairo Library

The Garaga Cairo library is available on the scarbs.xyz registryarrow-up-right, the official package registry for Cairo/Scarb projects.

Quick Install

The recommended way to add Garaga to your Cairo project:

scarb add garaga

This will add the latest version to your Scarb.toml.

Manual Installation

Alternatively, add Garaga directly to your Scarb.toml:

[dependencies]
garaga = "1.0.1"

[cairo]
sierra-replace-ids = false  # Required for Garaga
circle-exclamation

Installing a Specific Version

To install a specific version:

Or in Scarb.toml:

Installing from Git

If you need an unreleased version or a specific commit:

Or from a specific branch/commit:

circle-info

For more information on managing dependencies with Scarb, see the Scarb documentationarrow-up-right.

Version Compatibility

circle-exclamation

Usage

After installation, you can import Garaga modules:

See Using Garaga Libraries for detailed usage documentation.

Last updated

Was this helpful?