-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: format all files (incl .nr
)
#5
Conversation
For consistency with other zk-kit repos
371c810
to
b18a435
Compare
.nr
)
Thanks! This looks slick! When I have some time, I'll remove nargo altogether since we can use bb.js directly to fetch the solidity verifier, so pretty much everything can go in hardhat tasks or node scripts |
Oh I didn't know about bb.js. |
@signorecello should we merge this nonetheless? |
It's definitely still useful, as BB.JS is just a TS interface to Barretenberg (which is C++ compiled to WASM). It doesn't provide any Noir circuits, it doesn't understand Noir at all hehe. As for the In any case using |
@sripwoud @signorecello |
based on the docs, deps with noir are rather managed with git urls "a la rust". So using node sounds useless to me here. Should I make this change in this PR or separately? |
I agree, removing Node means some tools will not be supported anymore tho (e.g.
Maybe a new PR would be better! |
oh right If the node dev deps are only at the root level it is fine imo actually. |
The question is, are devs who use Noir more familiar with Rust or Node? |
Closes #2
This PR:
main