Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomafrench/semaphore-noir


https://github.com/tomafrench/semaphore-noir

Last synced: 23 days ago
JSON representation

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.