Smephite / SQBadge-rs

0 stars 0 forks source link

Implement proof system #5

Open Smephite opened 2 years ago

Smephite commented 2 years ago

Implement system which includes

Incentive as follows:

Person A likes to give person B 100$ under the condition he completed all of SQ.
The proof functionality shall be a way to allow person A to proof person B to have completed all SQ without a doubt.


Possible implementations:

Use albedo to sign certain data. Verifier can be certain that data stems from owner of account (as private key was required)

Possible data to encode:

Concept 1:

Benefits:

Problems with this approach:

Concept 2:

Benefits:

Problems with this approach: