@zk-kit/lazytower.sol
Version:
LazyTower Solidity libraries.
35 lines • 785 B
JSON
{
"name": "@zk-kit/lazytower.sol",
"version": "0.0.1",
"description": "LazyTower Solidity libraries.",
"license": "MIT",
"files": [
"**/*.sol",
"!test/",
"README.md"
],
"keywords": [
"blockchain",
"ethereum",
"hardhat",
"smart-contracts",
"solidity",
"libraries",
"merkle-tree",
"incremental-merkle-tree",
"lazytower"
],
"repository": "git@github.com:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/lazytower.sol",
"author": {
"name": "LCamel",
"email": "lcamel@gmail.com",
"url": "https://twitter.com/LCamel"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"poseidon-solidity": "0.0.4"
}
}