Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sismo-core/sismo-utils


https://github.com/sismo-core/sismo-utils

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        




Logo


Sismo utils


Monorepo which groups the utils used in the Sismo protocol


Made by Sismo












## Packages
- [crypto](packages/crypto): javascript library for cryptography, mainly snark friendly cryptographic functions as Poseidon, EdDSA, etc.
- [kv-merkle-tree](packages/kv-merkle-tree): a Merkle tree implementation to work with the Sismo protocol.

## Test
Launch test of all packages:
```bash
yarn test
```

## License

Distributed under the MIT License.

## Contribute

Please, feel free to open issues, PRs or simply provide feedback!

## Contact

Prefer [Discord](https://discord.gg/sismo) or [Twitter](https://twitter.com/sismo_eth)



bottom