docs(readme): update @libsem/protocols readme

Former-commit-id: 4dbbd2eeb0408153c9e02e3901053fc4cf205b2e [formerly 9d1a1b8554]
Former-commit-id: b88e1c180ad193e20374d4ae4b8f306ea6ac2c3c
This commit is contained in:
Omar Desogus
2021-10-21 10:55:54 +02:00
committed by GitHub
parent 4bbb7a4c50
commit 0de41b1689

View File

@@ -1,12 +1,12 @@
<p align="center">
<h1 align="center">
Semaphore identities
Semaphore protocols
</h1>
<p align="center">Library for managing identites for Semaphore and Rln protocols.</p>
<p align="center">Client library for generating and verifying Semaphore & Rln ZK proofs.</p>
</p>
<p align="center">
<a href="https://github.com/appliedzkp/libsemaphore/blob/main/LICENSE">
<a href="https://github.com/appliedzkp/libsemaphore/blob/master/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/appliedzkp/libsemaphore.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@libsem/protocols">
@@ -88,6 +88,6 @@ const unserialized: Identity = ZkIdentity.unSerializeIdentity(serialized);
```
## 📜 Final Note
For full examples of how to integrate with contracts check https://github.com/appliedzkp/semaphore repository
For full examples of how to integrate with contracts check https://github.com/appliedzkp/semaphore repository.
For additional info check tests directory
For additional info check tests directory.