Nebula VRF
DocsAPI reference

POST /verify-commit

Base URL: https://vrf-core-production.up.railway.app/

What it does

Verifies:

sha256(seed) == commitment

Request body

{
  "seed": "<hex>",
  "commitment": "<hex>"
}

Response

{ "valid": true }

On this page