Closed xtrycatchx closed 3 years ago
You can use these two projects in tandem to create and issue credentials and perform proofs.
https://github.com/hyperledger/aries-acapy-plugin-toolbox https://github.com/hyperledger/aries-toolbox
I managed to do a demo but only for Credential Issuance. For Python Cloud Agent to send a Proof Request, the mobile agent received it and do nothing, no interaction in the UI as well.
Also, for the Cloud Agent, it need to be ran with Aries Interop Profile 1.0
I managed to do a demo but only for Credential Issuance. For Python Cloud Agent to send a Proof Request, the mobile agent received it and do nothing, no interaction in the UI as well.
Also, for the Cloud Agent, it need to be ran with Aries Interop Profile 1.0
Hello ,can you share the demo , which can Interactive with the mobile agent 。thanks
Hello ,can you share the demo , which can Interactive with the mobile agent 。thanks
You may check my screencast here https://youtu.be/AomoHvw4lgc
This is really cool @xtrycatchx! Would it be okay to add this to the readme of the project? I think it can be valuable to others getting started
This is really cool @xtrycatchx! Would it be okay to add this to the readme of the project? I think it can be valuable to others getting started
Yes, its okay 😎
I managed to do a demo but only for Credential Issuance. For Python Cloud Agent to send a Proof Request, the mobile agent received it and do nothing, no interaction in the UI as well.
Also, for the Cloud Agent, it need to be ran with Aries Interop Profile 1.0
Proofs aren't part of the app quite yet. I'm starting work on them today. I'll check back in once they get merged
Closing this one as it seems stale. Reopen if needed.
I managed to run build and run the app in IOS with the following:
Now, I want to get credentials stored in my wallet app and later to present this to any party.
Are there public demo websites/endpoints that I can use to demo credentials storing and proof verification using this app?
or are there steps where I can run my Issuer and Verifier demo website?
Thanks