Skip to content

olehmisar/hardhat-noir-starter

Repository files navigation

Hardhat Noir Starter

This project demonstrates Noir integration with Hardhat using Hardhat Noir plugin.

Development

  1. Write circuits in noir folder.
  2. npx hardhat noir-new <circuit_name> to create a new Noir circuit.
  3. npm run compile to compile all Noir and Solidity.
  4. Integrate with Solidity verifiers auto-generated by Noir.

Testing

  1. Write tests in test folder.
  2. npm run test to run the tests.

Deployment

Noir integrates with Solidity, so you can deploy your Solidity contracts like in any other Solidity project using the official Hardhat Ignition or community maintained Hardhat Deploy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published