You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ Follow the installation steps here: https://www.rust-lang.org/tools/install
16
16
17
17
### Scarb
18
18
19
-
Scarb is the Cairo package manager required for building the feature contracts in [`katana-contracts`](https://github.com/dojoengine/katana/tree/main/crates/contracts). The project requires a specific version of Scarb (2.8.4) to ensure compatibility.
19
+
Scarb is the Cairo package manager required for building the feature contracts in [`katana-contracts`](https://github.com/dojoengine/katana/tree/main/crates/contracts). The project requires multiple specific Scarb versions (for main, VRF, and AVNU contracts) to ensure compatibility.
20
20
21
-
To install the required version of `scarb`:
21
+
To install the required versions of `scarb`:
22
22
23
23
```bash
24
24
make install-scarb
25
25
```
26
26
27
-
This command will check if the correct version is already installed and only install it if necessary. For further information on `scarb`, check its [documentations page](https://docs.swmansion.com/scarb/docs.html).
27
+
This command will check each required version and only install missing ones. `make contracts` also runs this check automatically before building contracts. For further information on `scarb`, check its [documentations page](https://docs.swmansion.com/scarb/docs.html).
0 commit comments