File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,17 @@ npx @dojoengine/create-dojo start -t example-vite-react-sdk
39
39
40
40
``` bash
41
41
cd dojo-starter
42
- katana --disable- fee --allowed-origins " *"
42
+ katana --dev --dev.no- fee --http.cors_origins " *"
43
43
```
44
44
45
45
2. ** Terminal 2: Build and migrate the Dojo starter**
46
46
47
47
` ` ` bash
48
48
cd dojo-starter
49
- sozo build && sozo migrate apply
49
+ sozo build && sozo migrate
50
50
51
51
# Start Torii indexer - world address can be found in the print out of migrate
52
- torii --world < WORLD_ADDRESS> --allowed-origins " *"
52
+ torii --world < WORLD_ADDRESS> --http.cors_origins " *"
53
53
` ` `
54
54
55
55
3. ** Terminal 3: Launch the frontend application**
@@ -209,7 +209,7 @@ To run the examples, you'll need to set up three terminal windows:
209
209
210
210
2. Start Katana (local Starknet devnet) with fee disabled and all origins allowed:
211
211
```bash
212
- katana --disable -fee --allowed-origins "*"
212
+ katana --dev.no -fee --http.cors_origins "*"
213
213
```
214
214
215
215
**Terminal 2**: Build, migrate, and run Torii
@@ -230,7 +230,7 @@ To run the examples, you'll need to set up three terminal windows:
230
230
3. Run Torii (indexer) with the world address and allowed origins:
231
231
232
232
```bash
233
- torii --world <WORLD_ADDRESS> --allowed-origins "*"
233
+ torii --world <WORLD_ADDRESS> --http.cors_origins ' * '
234
234
```
235
235
236
236
Note: The world address may change. Ensure you' re using the correct address from your migration output.
You can’t perform that action at this time.
0 commit comments