● LIVE Zero-knowledge proof service running on AWS
Send a POST request to /prove with the following JSON:
{
"score": 85,
"min_score": 30
}
curl -X POST https://prove.miforge.io/prove \
-H "Content-Type: application/json" \
-d '{"score": 85, "min_score": 30}'
Powered by Rust + Axum + Groth16 • Secured with Let's Encrypt