Crate ibc_relayer_cli[][src]

Expand description

Hermes: IBC Relayer CLI built in Rust

The Hermes binary is a wrapper over the ibc-relayer library. This binary builds on the Abscissa framework.

For a comprehensive guide to using Hermes, the authoritative resource is at hermes.informal.systems.

Modules

application

Cli Abscissa Application

commands

Cli Subcommands

config

Cli Config

error

Error types

prelude

Application-local prelude: conveniently import types/functions/macros which are generally useful and should be available in every module with `use crate::prelude::*;

Constants

DEFAULT_CONFIG_PATH

The path to the default configuration file, relative to the home directory.