Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: gm updates based on running a fresh instance #321

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions tutorials/gm-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,18 @@ wget https://raw.githubusercontent.com/rollkit/docs/main/scripts/gm/init-local.s

Run the `init-local.sh` script:

::: warning
In order to run init-local.sh you need to have the jq command line tool installed. You can install it by running `sudo apt-get install jq` on Ubuntu or `brew install jq` on MacOS.
:::

```bash
bash init-local.sh
```

::: tip
If you get errors of `gmd` not found, you may need to add the `go/bin` directory to your PATH. You can do this by running `export PATH=$PATH:$HOME/go/bin` and then running the `init-local.sh` script again.
:::

This will start your rollup, connected to the local Celestia devnet you have running.

Now let's explore a bit.
Expand Down
Loading