-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Implement Revocation Example in StagingNet Tutorials #53
Comments
Hey @wip-abramson, I'm new to PyDentity, can you tell me from where to get started? |
Hey, sure this would be a great issue to get you started. Have you managed to get the tutorials running yet? |
Actually, I am new here, so I don't know about tutorials, so It would be great if you manage tutorials. |
Great welcome. Please read the Readme in this repo, try to see if you can get the tutorials working just from that information. It will be a good test of whether we are clear or not. There are a number of tutorials I recommend starting with the Getting Started one. You might need to install some things like Docker also. This is covered in the Readme. Let me know if you run into problems. |
Okay, thank you. |
Hi @wip-abramson, I have gone through the README.md file "Spin up the docker-compose configuration ./manage start". Please tell me what this tell us. |
./manage start is the command you enter into your terminal (from the correct folder see the item above it). It spins up all the docker containers for the relevant tutorial or project as defined in the docker-compose.yml. |
Description
The revocation API is now implemented and a tutorial created under the aries-basic-controller folder. In this example the tails server is run locally within a docker contianer. We should create a tutorial that shows how you can use the BCGov hosted tails server. This will also server to test how revocation works on mobile. As the credential will be issued from an ACA-Py agent to a mobile, presented from the to another ACA-Py agent, then revoked, then attempt to represent the credential
See the current aries-stagingnet tutorial for an example of this mobile flow.
See the Part 10 Revocation notebooks in the basic-controller tutorials for an example of revocation
Are you interested in working on this improvement yourself?
The text was updated successfully, but these errors were encountered: