-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.21 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "hardhat-project",
"scripts": {
"agecompile": "circom age.circom --r1cs --wasm",
"agewtns": "node circuits/age/age_js/generate_witness.js circuits/age/age_js/age.wasm circuits/age/input.json circuits/age/age_js/witness.wtns",
"agewtns1": "node circuits/age/age_js/generate_witness.js circuits/age/age_js/age.wasm circuits/age/input1.json circuits/age/age_js/witness.wtns",
"comwtns": "node circuits/commitment/commitment_js/generate_witness.js circuits/commitment/commitment_js/commitment.wasm circuits/commitment/input.json circuits/commitment/commitment_js/witness.wtns",
"getabi": "npx hardhat export-abi",
"delabi": "npx hardhat clear-abi"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@types/circomlibjs": "^0.1.6",
"@types/node": "^20.12.12",
"@types/snarkjs": "^0.7.8",
"@types/xml2js": "^0.4.14",
"hardhat": "^2.22.4",
"hardhat-abi-exporter": "^2.10.1"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"axios": "^1.7.2",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.7",
"dotenv": "^16.4.5",
"fixed-merkle-tree": "^0.7.3",
"fs": "^0.0.1-security",
"snarkjs": "^0.7.4",
"xml2js": "^0.6.2"
}
}