openwallet-foundation / bifold-wallet

Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.
Apache License 2.0
154 stars 150 forks source link

Demo website to use this app for credentials storing and proof verifications? #70

Closed xtrycatchx closed 3 years ago

xtrycatchx commented 3 years ago

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

NeilSMyers commented 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

xtrycatchx commented 3 years ago

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

WhiteSeasons commented 3 years ago

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

xtrycatchx commented 3 years ago

Hello ,can you share the demo , which can Interactive with the mobile agent 。thanks

You may check my screencast here https://youtu.be/AomoHvw4lgc

TimoGlastra commented 3 years ago

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

xtrycatchx commented 3 years ago

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 😎

TimoGlastra commented 3 years ago

Awesome :)

https://github.com/hyperledger/aries-mobile-agent-react-native/pull/74

NeilSMyers commented 3 years ago

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

karimStekelenburg commented 3 years ago

Closing this one as it seems stale. Reopen if needed.