This project demonstrates a basic Shield use case. It comes with a sample contract and circuit, a test for the contract and circuit integration, and a script that deploys that contract.
Try running some of the following tasks:
To Build circuits and compile contracts, use the build task:
npm run build
To compile contracts, use the task:
npm run compile
To compile and build circuits, use the task:
shield compile
shield debug
clean the compiled artifacts saved in the artifacts/:
npm run clean
clean the compiled circuit build files saved in the circuits/build:
npm run clean:circuits
To run tests, run the following command
npm run test
To deploy this project on localhost run :
npm run node
npm run deploy:localhost
circomspect MastermindVariation.circom