Skip to content

Commit

Permalink
update minimal configuration instructions to avoid any error (informa…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBenabdallah authored Jul 18, 2022
1 parent 4b6a9d9 commit a189902
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/gm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,18 @@ binary="path/to/your/hermes"
This configuration specifies 2 networks (chains), `ibc-0` and `ibc-1`. A typical workflow might look like:

```bash
# Start the two chains
$ gm start

# Generate the config for `hermes`.
# Notably, this will create the appropriate `[[chains]]` entries for `ibc-0` and `ibc-1`.
$ gm hermes config

# Generate the keys so that `hermes` can sign transactions on both chains
$ gm hermes keys

# Start the two chains
$ gm start

# Create a connection
$ hermes create connection ibc-0 ibc-1
$ hermes create connection --a-chain ibc-0 --b-chain ibc-1
```

## Tribal knowledge (things they don't tell you)
Expand Down

0 comments on commit a189902

Please sign in to comment.