zkArb-sdk

📁 Examples Directory

The examples folder located in the root of this repository contains a collection of fully deployed verifier examples.

Each example includes:

You can explore these examples to understand:

This directory serves as a practical guide for developers integrating the zkarb-sdk into real projects.

📁 Examples Overview

The following example folders are present at the root-level examples/ directory:

1. ageCheck

This example demonstrates a simple age verification circuit where a prover can prove that they satisfy an age condition without revealing the actual age.

Contents include:

📄 Deployment Details:
➡️ View ageCheck deployments


2. hash

This example showcases hashing inside a zero-knowledge circuit and demonstrates how hash-based constraints can be verified on-chain using the generated verifier.

Contents include:

📄 Deployment Details:
➡️ View hash deployments


3. multiplier

This example focuses on arithmetic constraints by proving correct multiplication within a zero-knowledge circuit and verifying it on-chain.

Contents include:

📄 Deployment Details:
➡️ View multiplier deployments


📌 Common Structure Across Examples

All example directories follow a consistent structure and include:

These deployment files act as the single source of truth for verifying on-chain deployments corresponding to each example.


🔙 Back to Documentation Index

Go back to Index