hypersign-protocol / hack

Keep solving problems :)
3 stars 2 forks source link

CREATE cRED credential Schema #3

Open vikramIde opened 2 years ago

vikramIde commented 2 years ago

Schema Design for CRED Credential

Name key
First name first_name
Last name last_name
Coins coins
Email email
Trust Score trust_score
Vishwas1 commented 2 years ago
curl --location --request GET 'https://credaccess.web.app/profile' \
> --header 'credaccess-access-token: fb1b5398ce2881d9c6de0eeb65c7fe7a' \
> --header 'credaccess-secret-key: 97efb447c2d7bb3a20d31d3b3178ee65'
{"first_name":"Prateek","trust_score":90.68,"last_name":"Srivastava","coins":100000,"email":"prateek@gmail.com","phone":"9999999999","existing_user":true}