Awesome
Noir Scroll Demo
This demo showcases Noir.js WASM support running on a Scroll Sepolia Testnet verifier.
The demo consists of proving that X != Y
without revealing X
.
Also check out the live demo, blog article on English and Spanish, and Noir official documentation.
How to run 🚀
Install the dependencies:
npm install
Launch the server:
npm start
The server should load at http://localhost:5173/
.