Skip to content

Commit

Permalink
Merge pull request #94 from dpinones/update-readme
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
ponderingdemocritus authored Nov 14, 2024
2 parents e2a15e4 + e403323 commit 5137c89
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -39,12 +39,15 @@ katana --disable-fee --allowed-origins "*"
# Build the example
sozo build

# Inspect the world
sozo inspect

# Migrate the example
sozo migrate

# Start Torii
# Replace <WORLD_ADDRESS> with the address of the deployed world from the previous step
torii --world <WORLD_ADDRESS> --allowed-origins "*"
torii --world <WORLD_ADDRESS> --http.cors_origins "*"
```

---
Expand Down

0 comments on commit 5137c89

Please sign in to comment.