Skip to content

LandauRaz/stone-prover-cli

 
 

Repository files navigation

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

About

A CLI to run and prove Cairo programs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.2%
  • Shell 5.8%