diff --git a/README.md b/README.md
index a0fae9f..67e727c 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
- Libsemaphore
+ ZKit
- A monorepo of JavaScript libraries for Semaphore.
+ A monorepo of reusable JS libraries for zero-knowledge techologies.
-
-
+
+
-
-
+
+
@@ -23,19 +23,7 @@
-A library that allows for easy access and interoperability for [Semaphore](https://semaphore.appliedzkp.org/) and [RLN](https://medium.com/privacy-scaling-explorations/rate-limiting-nullifier-a-spam-protection-mechanism-for-anonymous-environments-bbe4006a57d) constructs. It is meant to be used by third-party applications to easily integrate with Seamphore and RLN. The library provides an API (Semaphore and RLN) for:
-
-- Identity generation
-- Proof generation
-- Proof verification
-
-The library is structured as a three separate npm packages:
-
-- `@libsem/identity`: Exposes utilities for Zk identity generation, necessary for interacting with the Zk protocols supported by this library,
-- `@libsem/protocols`: Utilities for proof genration and verification for various Zk protocols,
-- `@libsem/types`: Helper package which exposes the types used by `identity` and `protocols` packages.
-
-All the packages provide tests which can be used as a guide for interaction.
+ZKit 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.
---
@@ -49,70 +37,70 @@ All the packages provide tests which can be used as a guide for interaction.
|
-
- @libsem/identity
+
+ @zkit/identity
|
-
-
+
+
|
-
-
+
+
|
-
-
+
+
|
|
-
- @libsem/protocols
+
+ @zkit/protocols
|
-
-
+
+
|
-
-
+
+
|
-
-
+
+
|
|
-
- @libsem/types
+
+ @zkit/types
|
-
-
+
+
|
-
-
+
+
|
@@ -127,8 +115,8 @@ All the packages provide tests which can be used as a guide for interaction.
Clone this repository and install the dependencies:
```bash
-$ git clone https://github.com/appliedzkp/libsemaphore.git
-$ cd libsemaphore && npm i
+$ git clone https://github.com/appliedzkp/zkit.git
+$ cd zkit && npm i
```
## 📜 Usage
|