zkp-app-boilerplate icon indicating copy to clipboard operation
zkp-app-boilerplate copied to clipboard

Build your zkp app with typescript, hardhat, circom, and snarkjs!

Results 3 zkp-app-boilerplate issues
Sort by recently updated
recently updated
newest added

I have removed the # from the contracts/ package.json file that was causing error in yarn install as well as npm install. The error is attached in the image below...

In the contracts/package.json file "scripts":{ "postinstall": "#yarn build" } is throwing error that is given in this image ![WhatsApp Image 2023-12-13 at 00 51 40](https://github.com/privacy-scaling-explorations/zkp-app-boilerplate/assets/100015197/b99ce789-f6a4-429c-9cea-0b4470eabcf4)

First of all, thanks for the project. I was trying to install the dependencies with `yarn` I saw this error: ```bash [1/5] 🔍 Validating package.json... error [email protected]: The engine "node"...