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.
- Node.js
- Foundry
- Noir
-
Clone the repository:
git clone https://github.com/yourusername/noir-proof-verifier.git cd noir-proof-verifier
-
Install dependencies:
npm install
-
Build the contracts:
cd contract forge build
-
Start the frontend:
cd frontend npm start
-
Open your browser and navigate to
http://localhost:3000
.
- Run the tests:
cd contract forge test