Files
self/common/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

13 lines
296 B
JSON

{
"dependencies": {
"@babel/runtime": "^7.23.4",
"@zk-kit/imt": "https://gitpkg.now.sh/0xturboblitz/zk-kit/packages/imt?6d417675",
"js-sha256": "^0.10.1",
"node-forge": "^1.3.1",
"poseidon-lite": "^0.2.0"
},
"devDependencies": {
"@types/node-forge": "^1.3.10"
}
}