REST API server for zkFold Symbolic proof generation. Leverages the Symbolic framework.
The package compiles with GHC 9.12.1 and Cabal 3.14.1.1.
make build
make run
curl -X POST -H "Content-Type: application/json" -d @examples/simple-witness.json localhost:8080/prove
On the way!