Skip to content

Commit

Permalink
Start hermes installation exploration
Browse files Browse the repository at this point in the history
  • Loading branch information
toschdev committed Nov 24, 2023
1 parent 2f19c91 commit b21537c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/docs/02-guide/06-ibc.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,22 @@ ignite chain serve -c mars.yml

- **Install the Hermes Relayer App:**

1. **Clone Ignite Apps:**

```bash
https://github.com/ignite/apps && cd apps
```

2. **Install Ignite Apps**

```bash
make
```

3. **Install Hermes:**

```bash
ignite app add -g ($GOPATH)/src/github.com/ignite/apps/hermes
ignite app install -g $PWD
```

- **Configure the Relayer:**
Expand Down

0 comments on commit b21537c

Please sign in to comment.