🚀 Miforge Prover

● LIVE   Zero-knowledge proof service running on AWS

How to use

Send a POST request to /prove with the following JSON:

{
  "score": 85,
  "min_score": 30
}

Example

curl -X POST https://prove.miforge.io/prove \
  -H "Content-Type: application/json" \
  -d '{"score": 85, "min_score": 30}'

→ Health check


Powered by Rust + Axum + Groth16 • Secured with Let's Encrypt