Skip to content

jrocco2/NFTWithPassword

Repository files navigation

Circom Starter Kit

Define Circuit

  1. Build a circuit in circuits/example.circom
  2. Define a sample input in circuits/example.json
  3. Compile the circuit with
npx hardhat circom

Upgrade the Verifier Smart Contract

  1. Update the ExampleVerifier.sol contract to a new version of solidity by doing
npx hardhat bump --contract ExampleVerifier

Test your circuit

npx hardhat test

Notes

For more information on compiling circuits see hardhat-circom.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published