mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-01-27 04:17:00 -05:00
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, .....
Languages
JavaScript
75%
Solidity
24.6%
HTML
0.4%