INTEGRITY_WEB
XYZ2026-03-16
PROOF_REPLACES_TRUST
ZK_VERIFIED
STABLEvN/A

Stone Prover

Now fully open-source, it allows a developer to generate a STARK proof on their own machine. This allows an app to prove it performed a calculation correctly without the user having to 'trust' the server.

Weekly Downloads
N/A
Github Stars
N/A
$ docker pull starkware/stone-prover

Technical Capabilities

STARK Proof Generation
Trustless Calculation
Open Source

Integration Interface

import { IntegrityClient } from 'starkware/stone-prover';

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

await client.connect();