mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04:00
320 B
320 B
Testing
npm i
npx truffle compile
npx truffle test
- it may fail for the first time, just run one more time.
Short version:
We have a merkle tree of deposit commitments Pedersen(secret + nullifier)
, merkle tree uses MiMC
On withdrawal a SNARK proof verifies merkle proof and leaf preimage, .....