Files
self/contracts/package.json
0xturboblitz f0956e0f53 merkle tree serialization and building
- added serialization to @zk-kit/imt
- building the tree in registry and copying it to /common and /app/deployments
- factor getLeaf
- all tests passing and in-app proof gen working
2024-02-25 00:11:31 -07:00

20 lines
517 B
JSON

{
"name": "hardhat-project",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@types/snarkjs": "^0.7.7",
"hardhat": "^2.17.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@openzeppelin/contracts": "^4.9.2",
"@zk-kit/imt": "https://gitpkg.now.sh/0xturboblitz/zk-kit/packages/imt?6d417675",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"hardhat-contract-sizer": "^2.10.0",
"poseidon-lite": "^0.2.0",
"snarkjs": "^0.7.1"
}
}