You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no specific introduction to Noir in the Aztec docs, but Noir is an integral component of writing Aztec contracts. We should not assume visitors to the Aztec docs have knowledge of Noir.
Perhaps a section on Noir should be added to the Important Concepts page with detail about how Aztec actually uses noir (e.g. for writing protocol circuits (include links to protocol specs), and aztec.nr). It would be good to explain a bit about how aztec.nr leverages features of Noir to build a complete smart contract programming language (e.g. traits, generics, meta-programming) as well as the fact that any libraries written for Noir can be used in Aztec contracts.
The text was updated successfully, but these errors were encountered:
There is currently no specific introduction to Noir in the Aztec docs, but Noir is an integral component of writing Aztec contracts. We should not assume visitors to the Aztec docs have knowledge of Noir.
Perhaps a section on Noir should be added to the Important Concepts page with detail about how Aztec actually uses noir (e.g. for writing protocol circuits (include links to protocol specs), and aztec.nr). It would be good to explain a bit about how aztec.nr leverages features of Noir to build a complete smart contract programming language (e.g. traits, generics, meta-programming) as well as the fact that any libraries written for Noir can be used in Aztec contracts.
The text was updated successfully, but these errors were encountered: