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
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.
forc-wallet
provides nice abstractions for managing wallets and we have lots of stuff that can also benefit from them such as:forc-client
commandsSo it would be nice to expose these abstractions as a lib to be consumed.
The text was updated successfully, but these errors were encountered: