-
Notifications
You must be signed in to change notification settings - Fork 83
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
Create Alice Faber CLI Demo for aries_vcx (Rust) #870
Comments
We do have some existing "demos" in the |
Yeah it would be great for adoption and onboarding Some thoughts:
I think the 2nd is more important than the 1st point, as to understand aries-vcx API, that should be achieved by better docs, looking at integration tests using aries-vcx directly
I think if we complete some outstanding level on the CLI stuff above, we would have shared CLI tool for any agent, but perhaps for purpose of demo there can be difference in initialization on startup, or some scripting
Just a remark which I think would be easily agreed on, but definitely have to use non-mediated connection to the demo setup as easy as possible. As you say: (I agree)
Definitely just |
Forgot to post update after previous meeting:
|
@gmulhearn started the implementation Won't demonstrate whole flow, but I'd like to establish connection. The code is yet fairly messy. |
For new rust consumer of the aries_vcx crate, it would be nice if we had a simple CLI demo application/s of the classic Faber (issuer/verifier) and Alice (holder/prover) interactions.
This demo application would help new rust consumers see the expected flows of interactions for the different DI roles.
Some existing examples:
Conditions
Open Questions
.env
config)?The text was updated successfully, but these errors were encountered: