Skip to content

fernantho/proof-id-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proof-id backend

Run

go run main.go

Endpoints

/generateProof
curl -i http://localhost:8080/generateProof \
-H 'Accept: application/json' \
-d '{"price":"500","times":"5","salary":"4000"}'
/verifyProof
curl --location --request GET '127.0.0.1:8080/verifyProof' \
--header 'Content-Type: application/json' \
--data-raw '{"tokenid":"1"}'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published