zerokit/private-settlement
Aaryamann Challani 6d58320077
fix(crates): version tags (#194)
* fix(crates): version tags

* fix commit

---------

Co-authored-by: Rostyslav Tyshko <tyshko.rostyslav@gmail.com>
2023-07-31 09:22:23 +02:00
..
src test: separate out tests (#103) 2023-01-31 21:27:28 +05:30
tests test: separate out tests (#103) 2023-01-31 21:27:28 +05:30
Cargo.toml fix(crates): version tags (#194) 2023-07-31 09:22:23 +02:00
Makefile.toml chore: Makefile and consistent usage of cargo-make (#101) 2023-01-26 09:19:55 +05:30
README.md Update documentation for building and testing (#120) 2023-02-24 11:50:51 +05:30

README.md

Private Settlement Module

This module is to provide APIs to manage, compute and verify Private Settlement zkSNARK proofs and primitives.

Build and Test

To build and test, run the following commands within the module folder

cargo make build
cargo make test