Skip to content

Commit

Permalink
chore: remove hardcoded steps
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Dec 4, 2024
1 parent 60c6d1b commit ed4bde7
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions guides/create-genesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,10 @@ This guide will walk you through the process of setting up a genesis for your ro

For this guide you need to have a chain directory where you have created and built your chain.

If you don't have a chain directory yet, you can initialize a simple ignite chain with the following commands.

```sh
ignite scaffold chain gm --address-prefix gm --minimal --skip-proto
cd gm
ignite app install github.com/ignite/apps/rollkit@rollkit/v0.2.1
ignite rollkit add
ignite chain build
ignite rollkit init
rollkit toml init
```
If you don't have a chain directory yet, you can initialize a simple ignite chain by following [this guide](./ignite-rollkit.md)

:::tip
This guide will use the simple ignite chain created in the previous steps. Make sure to update any relevant variables to match your chain.
This guide will use the simple ignite chain created in linked guide. Make sure to update any relevant variables to match your chain.
:::

## 1. Setting variables
Expand Down

0 comments on commit ed4bde7

Please sign in to comment.