zk-merkle-tree icon indicating copy to clipboard operation
zk-merkle-tree copied to clipboard

JavaScript library for anonymous voting on Ethereum blockchain using zero-knowledge proof

Results 6 zk-merkle-tree issues
Sort by recently updated
recently updated
newest added

My hash fn sometimes returns odd length strings and returns them as the hash of two leaves. Then behind the scenes this string probably gets turned to a buffer before...

Hello, I am trying to use the `MerkleTreeWithHistory.sol` smart contract, and I am trying to pass `address` type (converted to bytes32), as _insert function expects, and raise an error, when...

Hello, thanks for your earlier reply to the issue I raised. The project worked perfectly on my local computer as expected. Then, I decided to move it to testnet. The...

I want to use this library with React (and Next.JS). But I got error: `Module not found: Error: Can't resolve 'fs' ` Steps to reproduce: 1. Create fresh React app:...

Is there possibility of security issues by directly using this library and all of the variables without changing to custom ones. I am new to ZKP.

Dear sir,I firstly learn this kind of knowledge and feel hard so could you show me a detailed steps for running this project for voting? thank you every much