Browse Source

grammar fix

pull/2/head
yslcrypto 4 years ago
parent
commit
c51d8ee009
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.html

+ 1
- 1
index.html

@ -58,7 +58,7 @@
<br>
<br>
<div class="explainer">
Ethereum trustless <b>zk-mixer</b>. Computations and Merkle tree reconstructions are done offchain and then proved inside a zkSNARK to the smart-contract. This approach requires only <code>~325.000 gas</code> to deposit, compared to <code>~1M gas</code> for an onchain computation approach (as currently implemented by tornado.cash).
Ethereum trustless <b>zk-mixer</b>. Computations and Merkle tree reconstructions are done offchain and then proved inside a zkSNARK to the smart-contract. This approach requires only <code>~325.000 gas</code> to deposit, compared to <code>~1M gas</code> for an onchain computation approach (as currently implemented in tornado.cash).
</div>
<br><br>
<div class="alertBox"><b>WARNING</b>: experimental code, use only in Göerli testnet. Do not use with real ETH.</div>

Loading…
Cancel
Save