From 8e3c4a754452b46d82b096194ca8a6f1318b4e43 Mon Sep 17 00:00:00 2001 From: josh crites Date: Wed, 11 Oct 2023 09:49:34 -0400 Subject: [PATCH] Update 01_tiny_noir_app.md --- docs/noir_js/getting_started/01_tiny_noir_app.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/noir_js/getting_started/01_tiny_noir_app.md b/docs/noir_js/getting_started/01_tiny_noir_app.md index 629a88f..9878554 100644 --- a/docs/noir_js/getting_started/01_tiny_noir_app.md +++ b/docs/noir_js/getting_started/01_tiny_noir_app.md @@ -248,3 +248,7 @@ if (verification) display('logs', 'Verifying proof... ✅'); ``` By saving, your app will refresh and here's our complete Tiny Noir App! + +## Further Reading + +You can see how noirjs is used in a full stack Next.js hardhat application in the [noir-starter repo here](https://github.com/noir-lang/noir-starter/tree/main/next-hardhat). The example shows how to calculate a proof in the browser and verify it with a deployed Solidity verifier contract from noirjs.