AztecProtocol / noirenberg

MIT License
168 stars 39 forks source link

Migrate repository to AztecProtocol #88

Open Savio-Sou opened 2 weeks ago

Savio-Sou commented 2 weeks ago

This repository is a boilerplate for the E2E workflow covering:

  1. NoirJS compile
  2. NoirJS execute
  3. bb.js prove
  4. bb.js Solidity verifier (generation + deploy)
  5. Solidity verify

Following https://github.com/noir-lang/noir/issues/4960, Noir covers up to Step 2 of the workflow and proving backends tackle the rest.

This repository should hence be migrated to AztecProtocol, where it can integrate and test with bb.js more easily.

Open questions

critesjosh commented 8 hours ago

@signorecello looks like this has been migrated. Do we still want/need to use this repo for testing around steps 3-5 mentioned above? Are those being tested elsewhere?