Skip to main content

Try it Live

Run Blob examples in the interactive playground
Note: Requires c-kzg-4844 library integration (coming soon).

Verification Process

KZG proof verification checks that blob data matches commitment:

Why Verify?

Batch Verification

For multiple blobs, use verifyBatch() (more efficient):

Security Properties

Soundness

Cannot create valid proof for wrong blob:

Completeness

Valid proofs always verify:

See Also