Skip to content

yannvr/noir-proof-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noir Proof Verifier

Overview

The Noir Proof Verifier is a tool designed to verify cryptographic proofs generated by the Noir protocol. This README provides an overview of the project, installation instructions, usage guidelines, and contribution information.

Prerequisites

  • Node.js
  • Foundry
  • Noir

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/noir-proof-verifier.git
    cd noir-proof-verifier
  2. Install dependencies:

    npm install
  3. Build the contracts:

    cd contract
    forge build

Running the Application

  1. Start the frontend:

    cd frontend
    npm start
  2. Open your browser and navigate to http://localhost:3000.

Running Tests

  1. Run the tests:
    cd contract
    forge test

About

Noir proof verifier, boilerplate for adding privacy to dapps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published