Skip to content

zkFold/zkfold-base

Repository files navigation

zkFold Symbolic framework

This repository contains the zkFold Symbolic framework base library as well as additional packages written using the framework.

Documentation

The zkFold Symbolic framework can be utilized to create zero-knowledge smart contracts and privacy-preserving applications.

User documentation can be found at docs.zkfold.io.

If you want to contribute to the project or find out how it works "under the hood", check out package documentation on Hackage.

Build

The package compiles with GHC 9.6.3 and Cabal 3.10.2.1. To build all packages, execute

cabal build all

Tests

To run the tests, execute

cabal test all

Benchmarks

To run the benchmarks, execute

cabal bench all

Releases

No releases published

Packages

No packages published