Skip to content

Commit

Permalink
updating READMEs for circuit breaker
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Feb 1, 2024
1 parent 142938f commit ec4c8fd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ec4c8fd

Please sign in to comment.