AztecProtocol / noir-starter

MIT License
168 stars 40 forks source link

Browser #32

Closed signorecello closed 1 year ago

signorecello commented 1 year ago

Closes https://github.com/noir-lang/noir-starter/issues/34

netlify[bot] commented 1 year ago

Deploy Preview for noir-next-hardhat ready!

Name Link
Latest commit 1c1092aee1436677e4062b09ec047aa449d9f57b
Latest deploy log https://app.netlify.com/sites/noir-next-hardhat/deploys/64ca6cd481ea020008182204
Deploy Preview https://deploy-preview-32--noir-next-hardhat.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

signorecello commented 1 year ago

Just tested locally with the std library, confirm it works correctly as well if we use the JSON

critesjosh commented 1 year ago

I go through the steps in the README, then run yarn start and I see these errors:

image

Not sure what I am doing wrong. This is when I am running everything on localhost. NETWORK=localhost yarn build runs successfully.

TomAFrench commented 1 year ago

I go through the steps in the README, then run yarn start and I see these errors:

This is because you're on an outdated version of Nargo which outputs the old ACIR serialisation. See https://aztecprotocol.slack.com/archives/C0183F0V42V/p1690548011922119

signorecello commented 1 year ago

Just clarified README to let users know they have to install nargo v0.9.0