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

Tracking Issue: sov-cli improvements #552

Open
3 of 4 tasks
preston-evans98 opened this issue Jul 24, 2023 · 0 comments · Fixed by #423, #608 or #623
Open
3 of 4 tasks

Tracking Issue: sov-cli improvements #552

preston-evans98 opened this issue Jul 24, 2023 · 0 comments · Fixed by #423, #608 or #623
Assignees
Labels

Comments

@preston-evans98
Copy link
Member

preston-evans98 commented Jul 24, 2023

Background

sov-cli grew organically from a simple transaction generator for the bank module into a complex command line tool. Unfortunately, this organic growth has made it more and more unwieldy over time. At Modular summit, one of the biggest pieces of feedback we received was that the cli was unintuitive and hard to use. This is completely fair. Now that #423, #525, and #446 have landed, we have the scaffolding to re-architect the CLI into a standalone crate and provide a much better UX.

Tasks

  • Move sov-cli into its own crate
  • Refactor sov-cli interface to make it easier to use
  • Add persistance (i.e. for private keys) to sov-cli
  • Add RPC capabilities to sov-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment