add explainer and define mixer (#2)

* cp

* add explainer and define mixer

* grammar fix
This commit is contained in:
Sacha Saint-Leger
2021-01-12 21:54:29 +01:00
committed by GitHub
parent f4706a6263
commit a0385f74bc
2 changed files with 11 additions and 3 deletions

View File

@@ -19,6 +19,10 @@ a:hover {
cursor: pointer;
}
.explainer {
max-width: 50%;
}
hr {
height: 2px!important;

View File

@@ -56,8 +56,11 @@
<h2><i>miksi</i></h2>
<i>From Esperanto, <b>miksi</b> (miks·i): to mingle, to blend, to mix, to shuffle</i>
<br>
Ethereum trustless <b>zk-mixer</b>.
<br><br><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 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>
<br><br>
@@ -114,7 +117,8 @@
<hr>
Specs and core code: <a href="https://github.com/arnaucube/miksi-core" target="_blank">https://github.com/arnaucube/miksi-core</a>
<br>
What is a <a href="https://en.wikipedia.org/wiki/Cryptocurrency_tumbler" target="_blank">mixer</a>?
</br>
What is a <a href="https://en.wikipedia.org/wiki/Cryptocurrency_tumbler" target="_blank">mixer</a>? A mixer is a tool to increase transaction privacy by breaking the on-chain link between the recipient and destination addresses. It uses a smart contract that accepts ETH deposits that can be withdrawn by a different address. Whenever a new address withdraws ETH, the link between the withdrawal and the deposit is obfuscated.
<br><br><br>
<h5><i class="fa fa-sliders" aria-hidden="true"></i> Config</h5>
<hr>