You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/create-genesis.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This guide will walk you through the process of setting up a genesis for your chain. Follow the steps below to initialize your chain, add a genesis account, and start the chain.
4
4
5
-
## 0. Pre-requisities
5
+
## Pre-requisities
6
6
7
7
For this guide you need to have a chain directory where you have created and built your chain.
Ensure that `.gm` folder is present at `/Users/you/.gm` (if not, follow a [Guide](/guides/gm-world.md) to set it up) and run the following command to (re)generate an entrypoint binary out of the code:
31
31
@@ -41,7 +41,7 @@ ignite rollkit init
41
41
42
42
This (re)creates an `gmd` binary that will be used for the rest of the tutorials to run all the operations on the chain.
0 commit comments