An open API service indexing awesome lists of open source software.

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

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
```