You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current hermes-cli implementation is largely copied from the Hermes v1 code base. As a result, the code is tightly coupled with the Cosmos implementation. To support non-Cosmos chains on the CLI, we need to generalize the CLI code so that they can be reused to build custom CLIs that implements custom chains.
This can be done following the same CGP patterns to abstract away the CLI command runners. The context-generic CLI implementation would be placed in the hermes-cli-components crate.
The text was updated successfully, but these errors were encountered:
Summary
The current
hermes-cli
implementation is largely copied from the Hermes v1 code base. As a result, the code is tightly coupled with the Cosmos implementation. To support non-Cosmos chains on the CLI, we need to generalize the CLI code so that they can be reused to build custom CLIs that implements custom chains.This can be done following the same CGP patterns to abstract away the CLI command runners. The context-generic CLI implementation would be placed in the
hermes-cli-components
crate.The text was updated successfully, but these errors were encountered: