INTEGRITY_WEB
XYZ2026-03-16
PROOF_REPLACES_TRUST
ZK_VERIFIED
EXPERIMENTALvN/A

S-two

The next-generation STARK prover by StarkWare. It is significantly faster and designed to make verification accessible even on low-power devices.

Weekly Downloads
N/A
Github Stars
N/A
$ cargo install s-two

Technical Capabilities

STARK Prover
High Performance
Low-Power Verification

Integration Interface

import { IntegrityClient } from 's-two';

// Initialize the primitive
const client = new IntegrityClient({
    network: 'mainnet',
    version: 'N/A'
});

await client.connect();