mirror of
https://github.com/selfxyz/self.git
synced 2026-01-22 21:17:59 -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
13 lines
296 B
JSON
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"
|
|
}
|
|
}
|