typecccccccccccc
Version:
p align="center" > <img src="https://xord.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F283b98b7-fdae-4e5a-acaf-248242084e4a%2FICON.png?table=block&id=5306223c-a4f7-45d1-9f54-b9a5f4004cd6&spaceId=49976899-64a1-40f
44 lines (43 loc) • 1.39 kB
JSON
{
"name": "circom-boilerplate",
"version": "1.0.0",
"description": "Basic Boilerplate of circom",
"main": "index.js",
"scripts": {
"build": "npm run compile:circuits && npm run compile",
"clean": "hardhat clean",
"clean:circuits": "rm -rf build && rm contracts/Verifier.sol",
"compile": "hardhat compile",
"compile:circuits": "shield compile",
"info": "snarkjs info -r circuits/build/Multiplier/Multiplier.r1cs",
"test": "hardhat test",
"node": "hardhat node",
"deploy:localhost": "npx hardhat run --network localhost scripts/deploy.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"circom_tester": "0.0.14",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.7",
"hardhat": "^2.10.1",
"snarkjs": "^0.4.22"
},
"devDependencies": {
"@ethersproject/abi": "^5.6.4",
"@ethersproject/providers": "^5.6.8",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.2",
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"chai": "^4.3.6",
"ethers": "^5.6.9",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.7.21",
"typechain": "^8.1.0"
}
}