Skip to content

gitclaim example uses a local zkemail.nr reference #14

@microbecode

Description

@microbecode

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions