Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 500 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 500 Bytes

zkFold Prover API

REST API server for zkFold proof generation. Leverages the zkFold Base building blocks.

In collaboration with Maestro!

Cover Image

Build

Source

The package compiles with GHC 9.6.3 and Cabal 3.10.2.1.

make build

Docker

make docker-build

Run

Host

make run

Docker

make docker-run

Tests

On the way!