Skip to content

Commit

Permalink
Merge branch 'feat/bump-ignite' into feat/generate-default-mnemonic
Browse files Browse the repository at this point in the history
# Conflicts:
#	hermes/README.md
  • Loading branch information
Pantani authored and Pantani committed Dec 13, 2023
2 parents d7f7c20 + a87539f commit b764cbf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions hermes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ The app adds `ignite relayer hermes` commands to allow IBC communication between

- Run both chain to be relayed.

- add the hermes relayer app:
- add the hermes relayer app from remote:
```shell
ignite app install -g $GOPATH/src/github.com/ignite/apps/hermes
// or
ignite app install -g github.com/ignite/apps/hermes
```

- or clone the repo and add the hermes relayer app local:
```shell
ignite app install -g $GOPATH/src/github.com/ignite/apps/hermes
```

- configure the relayer:
```shell
ignite relayer hermes configure [chain-a-id] [chain-a-rpc] [chain-a-grpc] [chain-b-id] [chain-b-rpc] [chain-b-grpc] [flags]
Expand Down

0 comments on commit b764cbf

Please sign in to comment.