From 65a269052ae62c202fb9acbe62d5d908a87c5041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20Pi=C3=B1ones?= Date: Thu, 14 Nov 2024 19:15:57 -0300 Subject: [PATCH 1/2] update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae61c33..1bd066b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Read the full tutorial [here](https://dojoengine.org/tutorial/dojo-starter). ```bash # Run Katana -katana --disable-fee --allowed-origins "*" +katana --dev --dev.no-fee ``` #### Terminal two @@ -39,12 +39,16 @@ katana --disable-fee --allowed-origins "*" # Build the example sozo build +# Inspect the world +sozo inspect + # Migrate the example sozo migrate # Start Torii # Replace with the address of the deployed world from the previous step -torii --world --allowed-origins "*" +torii --world --http.cors_origins "*" +torii --world 0x00e2ea9b5dd9804d13903edf712998943b7d5d606c139dd0f13eeb8f5b84da8d --http.cors_origins "*" ``` --- From e403323552001c24d0a7e9507659525517c8623d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20Pi=C3=B1ones?= Date: Thu, 14 Nov 2024 19:16:56 -0300 Subject: [PATCH 2/2] update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1bd066b..51227b1 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ sozo migrate # Start Torii # Replace with the address of the deployed world from the previous step torii --world --http.cors_origins "*" -torii --world 0x00e2ea9b5dd9804d13903edf712998943b7d5d606c139dd0f13eeb8f5b84da8d --http.cors_origins "*" ``` ---