Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Update 01_tiny_noir_app.md
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh authored Oct 11, 2023
1 parent 06b8be5 commit 8e3c4a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/noir_js/getting_started/01_tiny_noir_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8e3c4a7

Please sign in to comment.