https://github.com/numtel/noir-recurse-test
Testing recursive proofs in noir
https://github.com/numtel/noir-recurse-test
Last synced: 12 months ago
JSON representation
Testing recursive proofs in noir
- Host: GitHub
- URL: https://github.com/numtel/noir-recurse-test
- Owner: numtel
- Created: 2025-04-12T08:56:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T13:47:10.000Z (about 1 year ago)
- Last Synced: 2025-05-04T14:31:59.064Z (about 1 year ago)
- Language: JavaScript
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Noir Recursion example
Minimal Noir recursion example
```
$ git clone https://github.com/numtel/noir-recurse-test/
$ cd noir-recurse-test
$ npm install
# Run the frontend
$ npm start
```