Skip to content

Commit

Permalink
update readme:
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jul 2, 2024
1 parent c0ebfc6 commit 39d2f89
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,26 @@ The official Dojo Starter guide, the quickest and most streamlined way to get yo

Read the full tutorial [here](https://book.dojoengine.org/tutorial/dojo-starter).

## Running Locally

#### Terminal one (Make sure this is running)
```bash
# Run Katana
katana --disable-fee --allowed-origins "*"
```

#### Terminal two
```bash
# Build the example
sozo build

# Migrate the example
sozo migrate apply

# Start Torii
torii --world <world address> --allowed-origins "*"
```

---

## Contribution
Expand Down

0 comments on commit 39d2f89

Please sign in to comment.