-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
287 lines (273 loc) · 13.5 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Hedgehog</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/fonts.css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
<!-- JS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120325397-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120325397-3');
</script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- <div class="gradient"></div> -->
<div class="fade"></div>
<div class="heroVideo">
<div class="videoContainer">
<video poster="/static/hero-a5ecfb8728d031c80ce34b2fc11db507.jpg" playsinline="" loop="" muted="" autoplay="" poster="images/heroVideo.jpg">
<source src="videos/heroVideo.mp4" type="video/mp4">
<img src="images/heroVideo.jpg"/>
</video>
</div>
</div>
<div class="main">
<div id="parallax">
<div class="blob"><div class="blob-2"></div></div>
<div class="blob"><div class="blob-3"></div></div>
</div>
<div class="container">
<div id="header" class="header">
<div class="content">
<img src="images/hedgehogLogoHorizontal.svg"/>
<div class="links">
<a href="https://audiusproject.github.io/hedgehog-docs" target="_blank">Docs</a>
<a class="mobile-hide" href="https://github.com/AudiusProject/hedgehog" target="_blank">Github</a>
</div>
</div>
</div>
<div id="stickyHeader" class="header">
<div class="content">
<img src="images/hedgehogLogoHorizontal.svg"/>
<div class="links">
<a href="https://audiusproject.github.io/hedgehog-docs" target="_blank">Docs</a>
<a class="mobile-hide" href="https://github.com/AudiusProject/hedgehog" target="_blank">Github</a>
</div>
</div>
</div>
<div class="landing">
<div class="text">
<h1 class="first">Build DApps</h1>
<h1 class="second">Like Apps</h1>
<p>
Hedgehog is an open-source, client-side Ethereum wallet that uses a username and password.
<br/>
<br/>
Allow users to interact with your DApp just like they would any other website, no extensions required, without centralizing control of keys.
</p>
<a href="https://github.com/AudiusProject/hedgehog" target="_blank" class='button'>View on Github <img src="images/iconGithub.svg"/></a>
</div>
</div>
<div class="pitch">
<div class="row">
<div class="ten columns offset-by-one">
<h4>The Pitch</h4>
<h2>Not All Transactions Are Created Equal</h2>
<p>Current Ethereum wallets treat every transaction as if it were moving your life’s savings. Hedgehog was built for use-cases involving low-to-no financial value.</p>
<p>Note: The primary improvement to end-user experience is gained by hiding wallet complexity and not forcing users to confirm transactions - the opposite of what you’d want when moving significant money around.</p></p>
</div>
</div>
<div class="row popups">
<div class="four columns">
<h3>No More Popups <i class="emoji large fox-face"></i></h3>
<p>Decentralized apps today require lots of technical knowledge to configure and use, limiting your user base and reducing the potential for growth.</p>
</div>
<div class="eight columns">
<video poster="/static/hero-a5ecfb8728d031c80ce34b2fc11db507.jpg" playsinline="" width="100%" loop="" muted="" height="100%" autoplay="">
<source src="videos/videoComparison.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
<div class="testimonial">
<div class="background"></div>
<div class="content">
<div class="pill"><div class="text">testimonial</div></div>
<img class="headshot" src="images/Will.jpg"/>
<div class="name">
Will Wnekowicz
<a class='social-button' href="https://twitter.com/willwnekowicz/status/1129095581501014016?s=20" target="_blank">
<img src="images/iconTwitter.svg"/>
</a>
</div>
<div class="title">Principal Engineer at Kleiner Perkins</div>
<p>
"Congrats Audius!
<br/>
Hedgehog 🦔 is the DApp on-boarding
<br/>
experience we’ve all been waiting for!"
</p>
</div>
</div>
<div class="container">
<div class="usage">
<div class="row">
<div class="ten columns offset-by-one">
<h4>Usage</h4>
<h2>Is Hedgehog Right For Your DApp?</h2>
<p>Hedgehog isn’t right for every DApp. Massive improvements in user experience are only possible through tradeoffs. As a general rule Hedgehog should not be used for apps involving significant sums of money. As a bridge, one could start users on Hedgehog and suggest migrating to a more secure wallet if their stored value increases beyond a certain threshold. Hedgehog is interoperable with existing web3 providers too.</p>
</div>
</div>
<div class="row good">
<div class="ten columns offset-by-one">
<h4>Little to no financial value</h4>
<h2>Examples Where Hedgehog Might Be Right For You <i class="emoji large white-heavy-check-mark"></i></h2>
</div>
</div>
<div class="row">
<div class="four columns section">
<img src="images/[email protected]"/>
<h1>Securely Signing Data</h1>
<p>If you’re building decentralized applications that rely on user signed data (for instance via EIP-712-esque signing schemes). Hedgehog could help simplify the experience if the stakes are low enough.</p>
</div>
<div class="four columns section">
<img src="images/[email protected]"/>
<h1>Decentralized Gaming App</h1>
<p>
If you’re building a fun gaming DApp, improving user experience is key to your platform’s growth. <i class="emoji key"></i>
<br/>
<br/>
Nothing ruins a good time quite like signing transactions.
</p>
</div>
<div class="four columns section">
<img src="images/[email protected]"/>
<h1>Decentralized Music Player</h1>
<p>
If you’re building consumer-facing DApps, Hedgehog will dramatically improve user experience and significantly increase your potential userbase.
<br/>
<a href="https://www.youtube.com/watch?v=E50yrZKJn0Q" target="_blank">(A good example of this in action<i class="emoji winking-face"></i>)</a>
</p>
</div>
</div>
<div class="row bad">
<div class="ten columns offset-by-one">
<h4>Significant Financial Value</h4>
<h2>Where You Should Not Use Hedgehog <i class="emoji large no-entry-sign"></i></h2>
<img src="images/[email protected]"/>
<p>
We absolutely do not recommend using Hedgehog in situations like these:
<br/>
<b>Decentralized Lending, Banking DApp (Store-of-Value), Prediction Markets</b>
<br/>
<br/>
If your DApp involves moving around significant sums of money, then the tradeoff in security is most likely not worth it. Hedgehog’s primary improvement to end-user experience is by hiding the wallet and not forcing users to confirm transactions - The opposite of what you’d want when moving money around.
</p>
</div>
</div>
</div>
</div>
<div class='divider'></div>
<div class='darken'>
<div class="container">
<div class="demo">
<div class="row">
<div class="ten columns offset-by-one">
<h4>Demo</h4>
<h2>So, How Does It Work?</h2>
<p>
Hedgehog is a package that lives in your front end application to create and manage a user’s entropy (from which a private key is derived). Hedgehog relies on a username and password to create encrypted auth artifacts, so it’s able to simulate a familiar authentication system that allows users to sign up or login from multiple browsers or devices and retrieve their entropy. Those artifacts, through hedgehog, are persisted to a backend of your choosing.
<br/>
<br/>
</p>
<p class="inset"><b>A private key is only computed and available client side and is never transmitted or stored anywhere besides the user’s browser.</b></p>
</div>
<div class="twelve columns codesandbox">
<iframe
src="https://pp9zzv2n00.codesandbox.io/"
frameborder="0" scrolling="no"
>
</iframe>
<a href="https://codesandbox.io/s/pp9zzv2n00?fontsize=14" target="_blank" class="button codesandbox">Open in CodeSandbox <img src="images/iconCodeSandbox.svg"/></a>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="background"></div>
<div class="container">
<div class="row">
<div class="eight columns offset-by-two">
<img class="hedgehog-logo" src="images/hedgehogLogoHorizontalWhite.svg"/>
<h1>Build DApps For The Other 99%</h1>
<div class="button-wrapper">
<a href="https://github.com/AudiusProject/hedgehog" target="_blank" class='button'>View on GitHub <img src="images/iconGithubPurple.svg"/></a>
</div>
</div>
</div>
<div class="mobile-hide row bottom">
<div class="four columns">
<a class="audius-logo" href="https://audius.co" target="_blank"><img src="images/audiusLogoHorizontal.svg"/></a>
<div class="confetti-wrapper">
<canvas class="confetti"></canvas>
</div>
</div>
<div class="four columns">
<p>
© 2019 Audius, Inc. All Rights Reserved.
<br/>
Made with ☕️ in SF & LA
</p>
</div>
<div class="four columns">
<div class="social">
<a class='social-button' href="https://www.facebook.com/AudiusProject" target="_blank"><img src="images/iconFacebook.svg"/></a>
<a class='social-button' href="https://twitter.com/audius" target="_blank"><img src="images/iconTwitter.svg"/></a>
<a class='social-button' href="https://instagram.com/audius" target="_blank"><img src="images/iconInstagram.svg"/></a>
</div>
</div>
</div>
<div class="mobile-show row bottom">
<img class="audius-logo" src="images/audiusLogoHorizontal.svg"/>
<div class="confetti-wrapper">
<canvas class="confetti"></canvas>
</div>
<div class="social">
<a class='social-button' href="https://www.facebook.com/AudiusProject" target="_blank"><img src="images/iconFacebook.svg"/></a>
<a class='social-button' href="https://twitter.com/audius" target="_blank"><img src="images/iconTwitter.svg"/></a>
<a class='social-button' href="https://instagram.com/audius" target="_blank"><img src="images/iconInstagram.svg"/></a>
</div>
</div>
<div class="mobile-show row bottom">
<p>
© 2019 Audius, Inc. All Rights Reserved.
<br/>
Made with ☕️ in SF & LA
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/header.js"></script>
<script src="js/confetti.js"></script>
<script src="js/parallax.js"></script>
<script src="js/scroll.js"></script>
</body>
</html>