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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,19 +78,19 @@ You can refer to the guide of manual installation of asdf [here](https://asdf-vm
78
78
79
79
#### Scarb version
80
80
81
-
To ensure the proper functioning of scaffold-stark, your `Scarb` version must be `2.12.0`. To accomplish this, first check Scarb version:
81
+
To ensure the proper functioning of scaffold-stark, your `Scarb` version must be `2.12.2`. To accomplish this, first check Scarb version:
82
82
83
83
```sh
84
84
scarb --version
85
85
```
86
86
87
-
If your `Scarb` version is not `2.12.0`, you need to install it. If you already have installed `Scarb` via `starkup`, you can setup this specific version with the following command:
87
+
If your `Scarb` version is not `2.12.2`, you need to install it. If you already have installed `Scarb` via `starkup`, you can setup this specific version with the following command:
88
88
89
89
```sh
90
-
asdf install scarb 2.12.0&& asdf set scarb 2.12.0
90
+
asdf install scarb 2.12.2&& asdf set scarb 2.12.2
91
91
```
92
92
93
-
Otherwise, you can install Scarb `2.12.0` following the [instructions](https://docs.swmansion.com/scarb/download.html#install-via-asdf).
93
+
Otherwise, you can install Scarb `2.12.2` following the [instructions](https://docs.swmansion.com/scarb/download.html#install-via-asdf).
94
94
95
95
#### Starknet Foundry version
96
96
@@ -137,7 +137,7 @@ As an alternative to installing the tools locally (Scarb, Starknet Foundry, Star
137
137
138
138
4. Check your project folder contains a `devcontainer.json` file. This file is used to set up the environment:
139
139
140
-
- The configuration uses the `starknetfoundation/starknet-dev:2.12.0` image.
140
+
- The configuration uses the `starknetfoundation/starknet-dev:2.12.2` image.
141
141
- This includes all required tools pre-installed, such as Scarb, Starknet Foundry, Starknet Devnet and other dependencies.
142
142
143
143
#### 2.2 Getting Started with Docker Setup
@@ -156,9 +156,9 @@ Now you are ready!!!
156
156
## Compatible versions
157
157
158
158
- Starknet-devnet - 0.5.1
159
-
- Scarb - v2.12.0
159
+
- Scarb - v2.12.2
160
160
- Snforge - v0.49.0
161
-
- Cairo - v2.12.0
161
+
- Cairo - v2.12.2
162
162
- Rpc - v0.9.x
163
163
164
164
## Quickstart 1: Deploying a Smart Contract to Starknet-Devnet
0 commit comments