-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (97 loc) · 5.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML>
<!--
Eventually by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-150266116-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-150266116-1');
</script>
<title>Ethereum 9¾: Send your ERC20 privately</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<meta name="description" content="Ethereum 9 3/4 is the Mimblewimble implementation on Ethereum">
<meta name="keywords"
content="Mimblewimble, Ethereum, 9 3/4, Privacy, Roll up, SNARKs, ZKP, Pedersen, MMR, Merkle Mountain Range">
<meta name="author" content="Wanseob Lim, Albert Chon">
<link rel="stylesheet" href="assets/css/main.css"/>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>Ethereum 9¾</h1>
<p>
Enter the magical world by depositing ERC20 tokens to Ethereum 9¾.<br/>
You can then use Mimblewimble spells to send your tokens privately.<br/>
If you submit a valid proof, you can withdraw your tokens back to the muggle world.
<br/>
</p>
</header>
<!-- Signup Form -->
<!-- Begin Mailchimp Signup Form -->
<form id="signup-form"
action="https://wanseob.us20.list-manage.com/subscribe/post?u=01e4571c01d51c6deeb182bbd&id=6ecb6f402c"
method="post" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text"
name="b_01e4571c01d51c6deeb182bbd_6ecb6f402c"
tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe"
class="button"></div>
</form>
<div class="container">
<h4>Introduction</h4>
<p>
Today in the muggle world, we are still far away from using crypto as money for payments in our daily lives. One reason people do not use DAI and Metamask like we use Venmo today is due to privacy. To receive money from someone, you have to tell them your Ethereum address, which instantly reveals your account balance and all of your past transactions, making us hesitate to send crypto to each other.<br/><br/>
Ethereum 9¾ solves this problem by allowing you to send ERC20 tokens privately in a cost-effective way using Mimblewimble and zk-SNARKs.<br/><br/>
Ethereum 9¾ is a construction of Mimblewimble, Pedersen hash, Merkle Mountain Range(MMR), and (optimistic)
roll-up with zk-SNARKs. Using both concepts of ZCash’s commitment-nullifier scheme and the Mimblewimble protocol
together on Ethereum, you can hide your transaction details and conceal your token flow. Our protocol guarantees that no money is printed out of thin air and is gas efficient thanks to Pedersen Hashes, Merkle Mountain Ranges and optimistic rollup.<br/><br/>
Through this construction, we achieve cost-effective private transactions by optimistic roll-up, which
supports deterministic fraud-proofs without any data availability issues.
</p>
<h4>Technical details</h4>
<p>
Check out our PoC source code on <strong><a href="https://github.com/ethereum934/eth-mimblewimble"
target="_blank">Github</a></strong><br/>
Read the full document on the <strong><a
href="https://ethresear.ch/t/ethereum-9-send-erc20-privately-using-mimblewimble-and-zk-snarks/6217">ethresear.ch</a></strong><br/>
</p>
<h4 class="codestyle">Contributions</h4>
<p>
Join the elite <b>Wizard's Club</b> and help us build the Ethereum 9¾ Goblin Network. <br/><br/>
Find us on <a href="https://discord.gg/kuGGVg">Discord</a>, <a href="https://t.me/joinchat/IIxR2xRzwzLXlsRonaMdug">Telegram</a>, and <a href="https://ethresear.ch/t/ethereum-9-send-erc20-privately-using-mimblewimble-and-zk-snarks/6217">ethresear.ch</a><br/><br/>
You can also make a donation to help fund the development of Ethereum 9¾ and support a fellow Wizard to bring some cool stuffs to Ethereans.<br/>
<a class="btn codestyle" data-clipboard-target="#fund"
onclick="alert('Copied address to the clipboard. Appreciate your help.')" id="fund">0x5B619A6cd352648D080e3006f7881571F5E1Cb0B</a>(Click
to copy the Ethereum address.)
<br/>
</p>
</div>
<!-- Footer -->
<footer class="sans" id="footer">
<ul class="icons">
<!-- <li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> -->
<!-- <li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li> -->
<!-- <li><a href="#" class="icon brands fa-github"><span class="label">GitHub</span></a></li> -->
<!-- <li><a href="#" class="icon fa-envelope"><span class="label">Email</span></a></li> -->
</ul>
<ul class="copyright">
<li>This project is under the <a href="https://opensource.org/licenses/LGPL-3.0">LGPL-3.0</a> license.</li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/clipboard.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>