Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 686 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 686 Bytes

Stone Prover CLI

A simple interface for using the Stone prover.

Install

For now, only Linux platforms are supported.

Installing dependencies

sudo apt install libdw1 wget

Installing the CLI

wget -O - https://raw.githubusercontent.com/Moonsong-Labs/stone-prover-cli/main/scripts/install-stone-cli.sh | bash

Usage

Proving Cairo PIEs

After generating one or more Cairo PIEs (see cairo-vm for more details), run:

stone-prover-cli prove pie1.zip pie2.zip ...

Verify a proof

To verify the generated proof file, run:

stone-prover-cli verify proof.json