Need Sepolia ETH? Get some from the Superchain faucet 💦.
#760
0xb180f1ac965f6bfc8cbd6aa662f0f49b96c60cf8e94e46d9b3863da51a4fc445
Overview
Code Sample
Created:
08/30/2024 5:47:12 am (21 days ago)
Revocable Attestations:
Yes
Attestation Count:
0 attestations onchain
0 attestations offchain
Decoded Schema:
Non-standard schema
Raw Schema:
{"title": "zk-SNARK Proof Schema", "description": "Schema for storing zk-SNARK proof components on EAS", "properties": {"a": {"type": "array", "items": {"type": "string", "pattern": "^0x[a-fA-F0-9]{64}$", "description": "The first element of the proof (array of 2 elements, 256-bit each)"}, "minItems": 2, "maxItems": 2}, "b1": {"type": "array", "items": {"type": "string", "pattern": "^0x[a-fA-F0-9]{64}$", "description": "The first row of the second proof element (array of 2 elements, 256-bit each)"}, "minItems": 2, "maxItems": 2}, "b2": {"type": "array", "items": {"type": "string", "pattern": "^0x[a-fA-F0-9]{64}$", "description": "The second row of the second proof element (array of 2 elements, 256-bit each)"}, "minItems": 2, "maxItems": 2}, "c": {"type": "array", "items": {"type": "string", "pattern": "^0x[a-fA-F0-9]{64}$", "description": "The third element of the proof (array of 2 elements, 256-bit each)"}, "minItems": 2, "maxItems": 2}, "inputs": {"type": "array", "items": {"type": "string", "pattern": "^0x[a-fA-F0-9]{64}$", "description": "Public inputs for the proof"}, "minItems": 1, "description": "Array of public inputs for the zk-SNARK proof"}}, "required": ["a", "b1", "b2", "c", "inputs"]}
Schemas define the structure and type of data that can be included in an attestation. Learn More About Schemas.