🔗 Built for the Arbitrum Ecosystem

Integrate Zero-Knowledge Proofs in Seconds

zkArb SDK makes ZK integration as simple as a function call — built for Arbitrum developers.

Why zkArb SDK?

Implementing ZK proofs is often complex and time-consuming. zkArb SDK automates it — from Circom logic to generating .wasm, .r1cs, and verifier.sol files instantly.

1

Write Circom Logic

Define your zero-knowledge circuit in Circom

2

zkArb SDK Compiles & Optimizes

Automatic compilation and optimization

3

Download Generated Files

Get .wasm, .r1cs, and verifier.sol instantly

Powerful Features

Everything you need for seamless ZK integration

Circom Logic to Proof Files in One Click

Generate all necessary files instantly without manual compilation steps

JS SDK Integration

Simple JavaScript SDK for seamless integration into your projects

Fully Compatible with Arbitrum Rollups

Built specifically for Arbitrum ecosystem and rollup compatibility

Customizable Proof Generation

Tailor proof generation to your specific requirements and use cases

Interactive Web Tool

Write. Compile. Download.

Write Circom Logic

template
Multiplier(n) {
signal input a;
signal input b;
signal output c;
c <== a * b;
}

Generated Files

circuit.wasm
circuit.r1cs
verifier.sol

Join Our Community

zkArb SDK is open-source and built by developers, for developers. Connect with us and contribute to the future of ZK integration.