mirror of
https://github.com/selfxyz/self.git
synced 2026-01-23 05:28:02 -05:00
- 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
20 lines
517 B
JSON
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"
|
|
}
|
|
}
|