22 releases (breaking)

new 0.44.0 Apr 24, 2024
0.42.0 Mar 25, 2024
0.38.0 Dec 18, 2023
0.27.0 Sep 20, 2023
0.21.0 Jul 26, 2023

#104 in Programming languages

Download history 4/week @ 2024-01-08 12/week @ 2024-01-22 3/week @ 2024-02-12 17/week @ 2024-02-19 47/week @ 2024-02-26 12/week @ 2024-03-04 217/week @ 2024-03-11 30/week @ 2024-03-18 152/week @ 2024-03-25 77/week @ 2024-04-01 178/week @ 2024-04-08 23/week @ 2024-04-15

435 downloads per month
Used in 8 crates (via acir)

MIT/Apache

39KB
792 lines

The Noir Programming Language

Noir is a Domain Specific Language for SNARK proving systems. It has been designed to use any ACIR compatible proving system.

This implementation is in early development. It has not been reviewed or audited. It is not suitable to be used in production. Expect bugs!

Quick Start

Read the installation section from the Noir docs.

Once you have read through the documentation, you can visit Awesome Noir to run some of the examples that others have created.

Getting Help

Join the Noir forum or Discord

Contributing

See CONTRIBUTING.md.

Future Work

The current focus is to gather as much feedback as possible while in the alpha phase. The main focuses of Noir are safety and developer experience. If you find a feature that does not seem to be in line with these goals, please open an issue!

Minimum Rust version

This workspace's minimum supported rustc version is 1.74.1.

License

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 repository by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

The Brillig bytecode is distinct from regular ACIR in that it does not generate constraints. This is a generalization over the fixed directives that exists within in the ACVM.

Dependencies

~0.8–2.1MB
~45K SLoC