From ec4c8fdba1e79b81e396dc2da6681c5cb66d33be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Sousa?= Date: Thu, 1 Feb 2024 16:53:29 +0000 Subject: [PATCH] updating READMEs for circuit breaker --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdb4e75..f02b98a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,15 @@ This is a reference repo to help you get started with writing zero-knowledge cir Each project is an example you can use as template. Feel free to mix them in order to find the best combination of technology that suits your needs. -## Templates +## Getting started -Use templates as a starting point for your project. +If you have [node](https://nodejs.org/en/download) installed, just open a terminal and run: + +```bash +npx create-noir +``` + +### Templates - Foundry: [`./with-foundry`](./with-foundry) - Vite + Hardhat: [`./vite-hardhat`](./vite-hardhat)