mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
f71d83cd5ffd981ccf81f3306cbe226ddd0ddaa4
Former-commit-id: 021ac9dd2a5bcc6a5cb31173e20e8c7252be1408 [formerly a09cb113c8cdc8cda6976492f108afaa67643619] [formerly 8af98ea26caa08059fe2714ca3b38510b124d1b8 [formerly d6a0b7502e]]
Former-commit-id: b115ec2efbd234c1d6f89c8b5f4cf91319a9f24c [formerly 2bc6476daffa206485476f469ccc228831f62873]
Former-commit-id: c755b750dec1e995bd836cccb65ca249d2399689
ZK-kit
A monorepo of reusable JS libraries for zero-knowledge technologies.
ZK-kit is a set of NPM modules (algorithms or utility functions) that can be reused in different projects and zero-knowledge protocols, making it easier for developers to access ready-to-use and tested libraries for common tasks.
📦 Packages
| Package | Version | Downloads | Size |
|---|---|---|---|
| @zk-kit/identity |
|
|
|
| @zk-kit/protocols |
|
|
|
| @zk-kit/types |
|
|
🛠 Install
Clone this repository and install the dependencies:
$ git clone https://github.com/appliedzkp/zk-kit.git
$ cd zk-kit && npm i
📜 Usage
$ npm run lint # Lint all packages.
$ npm run test # Test all packages (with common coverage).
$ npm run build # Create a JS build for each package.
$ npm run publish:fp # Publish packages on npm.
You can see the other npm scripts in the package.json file.
Languages
TypeScript
95.5%
TeX
4.4%