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
Developers building on different evms may want to litmus test if Noir is possible to use for their target evm(s), rather than go through this tutorial. They risk discovering at the end that it doesn't work, or worse still, does work but they introduce a small error that doesn't let verification succeed.
This issue proposes we simplify and elevate how someone new to Noir can test an evm with a Noir verifier that is shown here.
Background: Previously when we had attempted to evm tests, the bottleneck was getting each chains' token to do the test. By encouraging devs in the community to deploy a ready-to-use test verifier+contract (versioned with Noir), this effectively outsources the hardest part of getting each chains' token.
As a byproduct of devs using this, we can maintain a registry that maps evm chianids to addresses of deployed test verifier contracts (with nargo version), so anyone can see the status (or absence) of evms working with Noir. For now we have this, but it does not readily show the version tested.
The text was updated successfully, but these errors were encountered:
We have a note on EVM chain compatibility and what is required for Noir Solidity verifiers to work here.
jzaki
changed the title
Ready-to-deploy solidity verifier+contract for devs to test any evm
Simplify and elevate the solidity verifier+contract for devs to readily test Noir on any evm
Jan 9, 2025
Developers building on different evms may want to litmus test if Noir is possible to use for their target evm(s), rather than go through this tutorial. They risk discovering at the end that it doesn't work, or worse still, does work but they introduce a small error that doesn't let verification succeed.
This issue proposes we simplify and elevate how someone new to Noir can test an evm with a Noir verifier that is shown here.
Background: Previously when we had attempted to evm tests, the bottleneck was getting each chains' token to do the test. By encouraging devs in the community to deploy a ready-to-use test verifier+contract (versioned with Noir), this effectively outsources the hardest part of getting each chains' token.
As a byproduct of devs using this, we can maintain a registry that maps evm chianids to addresses of deployed test verifier contracts (with nargo version), so anyone can see the status (or absence) of evms working with Noir. For now we have this, but it does not readily show the version tested.
The text was updated successfully, but these errors were encountered: