Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add instructions in README file
  • Loading branch information
TucksonDev committed Nov 6, 2025
commit 00d933a6885b2ffde1d223e165e6a84256f7c9ca
14 changes: 10 additions & 4 deletions examples/generate-genesis-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ For the contents of the genesis.json file, and what predeploys it contains, you

## Setup

1. Install dependencies
1. Install dependencies and build the SDK project (from the root of the repository)

```bash
yarn install
yarn install && yarn build
```

2. Create .env file and add the env vars
2. Move to the example script directory

```bash
cd examples/generate-genesis-file
```

3. Create .env file and add the env vars

```bash
cp .env.example .env
Expand All @@ -23,7 +29,7 @@ cp .env.example .env
> [!NOTE]
> Make sure you set the correct values of the environment variables for your chain

3. Run the example
4. Run the example

```bash
yarn dev
Expand Down
Loading