zk-kit-lazy-imt-custom-hash
v2.1.1
Published
Lazy Incremental Merkle tree implementation in Solidity.
Maintainers
Readme
[!WARNING]
These library has not been audited.
[!WARNING]
If you are looking for the first version of this package, please visit this link.
🛠 Install
npm or yarn
Install the zk-kit-lazy-imt-custom-hash package with npm:
npm i zk-kit-lazy-imt-custom-hash --saveor yarn:
yarn add zk-kit-lazy-imt-custom-hash📜 Usage
Please, see the test contracts for guidance on utilizing the libraries.
When using LazyIMT.sol, the poseidon contract might not be deployed yet on some networks. See the deployPoseidon in deploy-imt-test.ts function as an example to deploy it. Or the poseidon-solidity repo.
