Payments API now live! Read more at API Reference
curl --request POST \
--url https://platform.usewarp.net/api/zk-proofs/deploy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"proofId": "<string>",
"network": "<string>"
}
'{
"deploymentId": "<string>"
}Deploy a ZK proof verification contract
curl --request POST \
--url https://platform.usewarp.net/api/zk-proofs/deploy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"proofId": "<string>",
"network": "<string>"
}
'{
"deploymentId": "<string>"
}Was this page helpful?