Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sismo-core/sismo-utils
https://github.com/sismo-core/sismo-utils
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sismo-core/sismo-utils
- Owner: sismo-core
- License: mit
- Created: 2022-06-15T13:50:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T00:49:57.000Z (over 1 year ago)
- Last Synced: 2024-04-07T01:21:59.971Z (9 months ago)
- Language: TypeScript
- Size: 119 KB
- Stars: 47
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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)