feat: add ZK Proof Service Real cryptographic compute via MPP#391
Open
Himess wants to merge 1 commit intotempoxyz:mainfrom
Open
feat: add ZK Proof Service Real cryptographic compute via MPP#391Himess wants to merge 1 commit intotempoxyz:mainfrom
Himess wants to merge 1 commit intotempoxyz:mainfrom
Conversation
Add Groth16 zero-knowledge proof generation as a third-party compute service. Agents pay $0.01–$0.02 per proof via Tempo MPP and receive BN254 proofs ready for on-chain Solidity verifiers. Live at https://himess-zk-proof-service.hf.space Source: https://github.com/Himess/zk-proof-service
|
@Himess is attempting to deploy a commit to the Tempo Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Service: ZK Proof Service
Live: https://himess-zk-proof-service.hf.space
Source: https://github.com/Himess/zk-proof-service
llms.txt: https://himess-zk-proof-service.hf.space/llms.txt
What it does
Generates Groth16 zero-knowledge proofs for private UTXO transactions. This is real cryptographic computation — 13,726 constraints, elliptic curve pairings on BN254 — not an API proxy. Agents send circuit inputs, pay via MPP, and get back a proof ready for on-chain Solidity verifiers.
Endpoints
GET /circuitsPOST /prove/1x2POST /prove/2x2POST /verify/1x2POST /verify/2x2Stack
Performance
contractProof(uint256[8]) for direct SolidityverifyProof()callsVerified