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
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
The text was updated successfully, but these errors were encountered:
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
sov-cli
interface to make it easier to usesov-cli
sov-cli
The text was updated successfully, but these errors were encountered: