Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize CLI components to work with non-Cosmos chains #392

Open
soareschen opened this issue Jul 24, 2024 · 0 comments
Open

Generalize CLI components to work with non-Cosmos chains #392

soareschen opened this issue Jul 24, 2024 · 0 comments
Labels

Comments

@soareschen
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant