Get Started
In this section, we will guide you to start using Orion successfully. We will help you install Cairo 1.0 and add Orion dependency in your project.
Orion supports Cairo and Scarb v2.4.0
📦 Installations
⚙️ Add orion
dependency in your project
orion
dependency in your projectIf your Scarb.toml
doesn't already have a [dependencies]
section, add it, then list the package name and the URL to its Git repository.
Scarb.toml
Now, run scarb build
, and Scarb will fetch orion
dependency and all its dependencies. Then it will compile your package with all of these packages included:
You can now use the orion
in your files:
🔭 Discover the Orion APIs
Last updated