Get Started
Last updated
Last updated
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
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.
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:
⚙️ Operators
A set of standardized math functions that are used in the computation of neural network models.
🔢 Numbers
A full implementation of Signed Integer and Fixed Point in Cairo.