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

Expose forc-wallet functionality as a library #100

Closed
kayagokalp opened this issue Mar 27, 2023 · 0 comments · Fixed by #109
Closed

Expose forc-wallet functionality as a library #100

kayagokalp opened this issue Mar 27, 2023 · 0 comments · Fixed by #109
Assignees
Labels
code quality enhancement New feature or request

Comments

@kayagokalp
Copy link
Member

forc-wallet provides nice abstractions for managing wallets and we have lots of stuff that can also benefit from them such as:

  • forc-client commands
  • Custom deployment scripts etc.

So it would be nice to expose these abstractions as a lib to be consumed.

@kayagokalp kayagokalp added enhancement New feature or request code quality labels Mar 27, 2023
@kayagokalp kayagokalp self-assigned this Mar 27, 2023
kayagokalp added a commit that referenced this issue Apr 25, 2023
closes #100.

In a recent tooling sync we talked about splitting lib functionality of
`forc-wallet` into two parts:

1. Exposing cli bindings
2. Exposing all the functionality as pure functions (which does not
require any CLI interaction)

This completes the first part, any `forc-wallet` command that is useable
from CLI should also be useable consuming `forc-wallet` as lib with this
PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant