A simple interface for using the Stone prover.
For now, only Linux platforms are supported.
sudo apt install libdw1 wget
wget -O - https://raw.githubusercontent.com/Moonsong-Labs/stone-prover-cli/main/scripts/install-stone-cli.sh | bash
After generating one or more Cairo PIEs (see cairo-vm for more details), run:
stone-prover-cli prove pie1.zip pie2.zip ...
To verify the generated proof file, run:
stone-prover-cli verify proof.json