Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomafrench/semaphore-noir
https://github.com/tomafrench/semaphore-noir
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomafrench/semaphore-noir
- Owner: TomAFrench
- License: apache-2.0
- Created: 2023-11-17T11:17:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-19T07:27:30.000Z (about 1 year ago)
- Last Synced: 2024-10-29T05:23:21.472Z (2 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Semaphore in Noir
[Noir](https://noir-lang.org) library for working with [Semaphore](https://github.com/semaphore-protocol/semaphore#readme) identities.
## Installation
To install this library, add the following line to the dependency tree in your `Nargo.toml` file.
```toml
semaphore = { git = "https://github.com/TomAFrench/semaphore-noir", tag = "master" }
```For more info on using dependencies in Noir code see the [Noir docs](https://noir-lang.org/modules_packages_crates/dependencies).
## License
Semaphore Noir is free and open source. It is distributed under a dual license. (MIT/APACHE)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.