-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor CLI with traits and into separate crate #79
Comments
Merged
|
Following consideration, |
sgreenbury
added a commit
that referenced
this issue
Jul 31, 2023
Revise workspace structure adding API, CLI and FFI crates (#79)
Closing with #80 merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refactor the Trustchain CLI given #72:
trustchain-cli
TrustchainDIDAPI
andTrustchainVCAPI
) for DID and VC functionality (Scope traits for specifying API #72)TrustchainAPI
structtrustchain-ffi
crate from withgui
andmobile
modules from FFI implementation for mobile #62 and FFI implementation for desktop #63gui
andmobile
given Scope traits for specifying API #72The text was updated successfully, but these errors were encountered: