The schelling point for ZK applications.
Open your terminal and run the following command:
curl -L https://cli.succinct.xyz | bash
This installs succinctup
. Running this will install or update the latest version of the binaries:
succinctup
After installing, you can use the succinct
CLI. For example, to initialize a circuit:
succinct init
Build the circuit with:
succinct build
Generate a proof for the circuit with:
succinct prove
To create a new SDK release:
./scripts/release.sh <X.Y.Z>
To build the ABIs:
./scripts/abi.sh
Then to build the bindings:
./scripts/binding.sh
If you need to add a binding for a different contract, edit scripts/binding.sh
and modify the CONTRACTS
array.