elesto-dao / elesto

The ElestoDAO node
Apache License 2.0
4 stars 1 forks source link

Public credential issuance with escrow account #89

Open noandrea opened 2 years ago

noandrea commented 2 years ago

The user story is:

CredentialIssuer declares that

An applicant can send a transaction to request the issuance of a public credential

The amount is then locked in an escrow account.

When the Issuer issues the credential, the funds in the escrow account get transferred to the credential issuer.

After the time-limit has expired, and if the credential has not been issued, then the applicant can execute another transaction to cancel the credential request and recover the funds from the escrow account.

github-actions[bot] commented 2 years ago

This issue was marked as stale because there was no activity for 15 days