UNPKG

@zk-kit/lean-imt.sol

Version:

Incremental Merkle tree implementations in Solidity.

30 lines 697 B
{ "name": "@zk-kit/lean-imt.sol", "version": "2.0.1", "description": "Incremental Merkle tree implementations in Solidity.", "license": "MIT", "files": [ "*.sol", "!test/*", "README.md", "LICENSE" ], "keywords": [ "blockchain", "ethereum", "hardhat", "smart-contracts", "solidity", "libraries", "merkle-tree", "incremental-merkle-tree" ], "repository": "git@github.com:privacy-scaling-explorations/zk-kit.solidity.git", "homepage": "https://github.com/privacy-scaling-explorations/zk-kit.solidity/tree/main/packages/imt", "publishConfig": { "access": "public" }, "dependencies": { "poseidon-solidity": "0.0.5" } }