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