Skip to content
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

gitclaim example uses a local zkemail.nr reference #14

Open
microbecode opened this issue Oct 22, 2024 · 2 comments
Open

gitclaim example uses a local zkemail.nr reference #14

microbecode opened this issue Oct 22, 2024 · 2 comments

Comments

@microbecode
Copy link

microbecode commented Oct 22, 2024

Issue Description

The https://github.com/saleel/gitclaim example project uses a local reference in Nargo.toml for zkemail.nr . That doesn't come automatically when you download the project and needs to be setup manually.

Project Context

Name: Invite only

Challenge: ZKEmail Guardian

GitHub Repository: https://github.com/microbecode/zk-invite-only

Environment

Aztec Version: 0.57.0 sandbox

Noir Version (if applicable): 0.54

Operating System: Ubuntu

Steps to Reproduce

  1. Download the gitclaim project
  2. Try to compile
  3. The local reference doesn't exist

Expected Behavior

What did you expect to happen? Successful compilation

Actual Behavior

What actually happened? errors

Code Snippet

sh build.sh

Error Messages

Additional Context

Possible Solution

Change the nargo.toml to point to online reference. For example:

zkemail = { tag = "v0.3.0", git = "https://github.com/zkemail/zkemail.nr", directory = "lib" }

Impact on Development

Support Needed

@critesjosh
Copy link
Collaborator

Does using this work for you?

zkemail = { tag = "v0.3.0", git = "https://github.com/zkemail/zkemail.nr", directory = "lib" }

@microbecode
Copy link
Author

Isn't that the same as in the issue's "possible solution"? Yes, that's a solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants