This repository was archived by the owner on Aug 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,10 @@ This guide will walk you through the process of setting up a genesis for your ro
66
77For this guide you need to have a chain directory where you have created and built your chain.
88
9- If you don't have a chain directory yet, you can initialize a simple ignite chain with the following commands.
10-
11- ``` sh
12- ignite scaffold chain gm --address-prefix gm --minimal --skip-proto
13- cd gm
14- ignite app install github.com/ignite/apps/rollkit@rollkit/v0.2.1
15- ignite rollkit add
16- ignite chain build
17- ignite rollkit init
18- rollkit toml init
19- ```
9+ If you don't have a chain directory yet, you can initialize a simple ignite chain by following [ this guide] ( ./ignite-rollkit.md )
2010
2111::: tip
22- This guide will use the simple ignite chain created in the previous steps . Make sure to update any relevant variables to match your chain.
12+ This guide will use the simple ignite chain created in linked guide . Make sure to update any relevant variables to match your chain.
2313:::
2414
2515## 1. Setting variables
You can’t perform that action at this time.
0 commit comments