forked from rollupnc/RollupNC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "battlezips-demo-rollup",
"version": "1.0.0",
"description": "Rollup demo upgraded to circom 2.0 Based on (https://github.com/barryWhiteHat/roll_up)",
"scripts": {
"ptau:hermez": "node scripts/hermezPtau.js",
"ptau:local": "./scripts/ptau.sh",
"circuits:compile": "./scripts/circuits.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jp4g/zkrollup-demo.git"
},
"author": "",
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.7.2",
"@zk-kit/incremental-merkle-tree": "^0.4.3",
"@zk-kit/incremental-merkle-tree.sol": "^1.2.0",
"big-integer": "^1.6.51",
"blake-hash": "^2.0.0",
"chai": "^4.3.6",
"circom_tester": "^0.0.14",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.7",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.9",
"hardhat": "^2.10.1",
"hardhat-deploy": "^0.11.12",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"snarkjs": "^0.4.24"
},
"devDependencies": {
"@types/node": "^18.6.2",
"puppeteer": "^15.5.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}