Skip to content

Commit

Permalink
adding note on on-chain verification
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Feb 19, 2024
1 parent 20f9880 commit f00317b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions vite-hardhat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ The test demonstrates basic usage of Noir in a TypeScript Node.js environment.
yarn preview
```

### On-chain verification

The app will verify your proof locally. If you have a wallet, it will prompt you to connect to the relevant network and use it for on-chain verification.

### Deploy on testnets

For convenience, we added two configurations for deployment on various testnets. You can find them in `hardhat.config.cts`.
Expand Down
2 changes: 1 addition & 1 deletion vite-hardhat/utils/addresses.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"chainId":31337,"verifier":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0"}
{"chainId":31337,"verifier":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707"}

0 comments on commit f00317b

Please sign in to comment.