privacy-scaling-explorations / zk-kit

A monorepo of reusable libraries for zero-knowledge technologies.
https://zkkit.pse.dev
MIT License
291 stars 79 forks source link

Consider using Turborepo for handling the monorepo #207

Closed cedoor closed 7 months ago

cedoor commented 8 months ago

Description

Turborepo, a high-performance build system for JavaScript and TypeScript codebases, looks promising and could allow ZK-Kit, which will include many packages, to better handle the monorepo by using incremental builds and caching features.

Resources