📜 Scenarios
I am a student at University S. I don't have enough money, so I decided to get a tutor through a tutoring platform.
[ ] Mission:I need to get a certificate of enrollment from my university.
[ ] Mission:I need to submit the received certificate of enrollment to the tutoring platform.
🏫 University (Issuer)
Issue a certificate of enrollment
explanations: We asked the university to issue a enrollment certificate, and now the Issuer is going to issue the certificate, and let's say the university has given us permission to do Selective Disclosure for ['name', 'studentId', 'department'].
Issue a certificate.
explanations: When you run the issue function, the VC is issued, but why does the token keep changing every time you press the issue button? It's because we internally add a salt value and run a hash function to generate a new value for each issuance.
➔ You Can Skip it!