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

Move CLI logic into apps/lib #1736

Closed
wants to merge 4 commits into from
Closed

Conversation

batconjurer
Copy link
Member

@batconjurer batconjurer commented Jul 19, 2023

This PR moves the CLI logic for the client, wallet, and relayer binaries into apps/lib as methods on an new struct called CliApi. The purpose of this is two-fold:

  1. This logic can be re-used by integration tests
  2. When we make IO generic (in order to aid front end dev), we can set a default IO for the cli.

This PR depends on #1670

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

Successfully merging this pull request may close these issues.

1 participant