Skip to content

Latest commit

 

History

History
 
 

verifier

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Test

With curl to node:

curl -X POST http://localhost:8001/verify \
   -H 'Content-Type: application/json' \
   -d @test.json
curl -X POST http://localhost:8000/ceramic-cache/authenticate \
   -H 'Content-Type: application/json' \
   -d @test.json
curl -X POST https://api.scorer.dpopp.gitcoin.co/ceramic-cache/authenticate \
   -H 'Content-Type: application/json' \
   -d @test.json
```bash