Path Setup
This section describes a number of commands that can be used to manage clients, connections, channels.
CLI name | Description |
---|---|
create client | Create a client for source chain on destination chain |
update client | Update the specified client on destination chain |
create connection | Establish a connection using existing or new clients |
create channel | Establish a channel using a pre-existing connection, or alternatively create a new client and a new connection underlying the new channel |
Create
Use the create
commands to create new clients, connections, and channels.
DESCRIPTION:
Create objects (client, connection, or channel) on chains
USAGE:
hermes create <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
SUBCOMMANDS:
channel Create a new channel between two chains
client Create a new IBC client
connection Create a new connection between two chains
help Print this message or the help of the given subcommand(s)
Update
Use the update
commands to update a client.
DESCRIPTION:
Update objects (clients) on chains
USAGE:
hermes update <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
SUBCOMMANDS:
client Update an IBC client
help Print this message or the help of the given subcommand(s)