forked from ERC725Alliance/erc725alliance.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
355 lines (339 loc) · 15.8 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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html>
<head>
<title>ERC725 Alliance</title>
<meta charset="utf-8">
<meta name="description" content="This is the home of ERC 725, a proposed standard for blockchain-based identity authored by Fabian Vogelsteller, creator of the ERC 20 standard and Web3.js."/>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="/css/hexagons.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<section id='header'>
<div class="container">
<a href="/"><img src="img/logo.png" srcset="img/[email protected] 2x, img/[email protected] 3x" class="logo" alt="ERC725 Alliance"></a>
<h1>ERC-725<br>Ethereum Identity Standard</h1>
<div class="row">
<div class="col-8">
This is the home of ERC 725, a proposed standard for blockchain-based identity authored by Fabian Vogelsteller, creator of the ERC 20 standard and Web3.js.
</div>
</div>
</div>
</section>
<img src="img/block.png" srcset="img/[email protected] 2x, img/[email protected] 3x" id="header-block">
<section id='about' class='grey'>
<div class="container">
<div class="row">
<div class="d-none d-sm-block col-sm-3 col-md-3 col-lg-2">
<img src="img/what-icon.png" srcset="img/[email protected] 2x, img/[email protected] 3x" class="icon">
</div>
<div class="col-12 col-sm-9 col-md-9 col-lg-8">
<h2>What is ERC 725?</h2>
<p>ERC 725 is a proposed standard for blockchain-based identity authored by Fabian Vogelsteller, creator of ERC 20 and Web3.js. ERC 725 describes proxy smart contracts that can be controlled by multiple keys and other smart contracts. ERC 735 is an associated standard to add claims to an ERC 725 identity smart contract. These identity smart contracts can describe humans, groups, objects, and machines. ERC 725 lives on the Ethereum blockchain.</p>
</div>
</div>
<div class="row">
<div class="d-none d-sm-block col-sm-3 col-md-3 col-lg-2">
<img src="img/why-icon.png" srcset="img/[email protected] 2x, img/[email protected] 3x" class="icon">
</div>
<div class="col-12 col-sm-9 col-md-9 col-lg-8">
<h2>Why ERC 725?</h2>
<p>ERC 725 allows for self-sovereign identity. Users should be able to own and manage their identity instead of ceding ownership of identity to centralized organizations. We have seen the negative effects of having centralized identity with damaging leaks and unfair selling of user data and identity. An open, portable standard for identities will enable decentralized reputation, governance, and more. Users will be able to take their identity across different Dapps and platforms that support this standard.</p>
</div>
</div>
</div>
</section>
<section id="developers" class='white'>
<div class="container">
<h2>Developers</h2><br>
<div class="row">
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/frozeman" class="float-left">
<div class="headshot"><img src="https://avatars2.githubusercontent.com/u/232662?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/frozeman">Fabian Vogelsteller</a>
Author of ERC 725
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/nick" class="float-left">
<div class="headshot"><img src="https://avatars0.githubusercontent.com/u/939?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/nick">Nick Poulden</a>
Engineer at Origin Protocol
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/joshfraser" class="float-left">
<div class="headshot"><img src="https://avatars0.githubusercontent.com/u/982234?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/joshfraser">Josh Fraser</a>
Cofounder Origin Protocol
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/adamdossa" class="float-left">
<div class="headshot"><img src="https://avatars3.githubusercontent.com/u/2633913?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/adamdossa">Adam Dossa</a>
Engineer at Polymath
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/pabloruiz55" class="float-left">
<div class="headshot"><img src="https://avatars2.githubusercontent.com/u/526558?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/pabloruiz55">Pablo Ruiz</a>
Engineer at Polymath
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/wanderingstan" class="float-left">
<div class="headshot"><img src="https://avatars0.githubusercontent.com/u/673455?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/wanderingstan">Stan James</a>
Engineer at Origin Protocol
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/tyleryasaka" class="float-left">
<div class="headshot"><img src="https://avatars0.githubusercontent.com/u/6504519?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/tyleryasaka">Tyler Yasaka</a>
Engineer at Origin Protocol
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/dwking2000" class="float-left">
<div class="headshot"><img src="https://avatars0.githubusercontent.com/u/3486215?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/dwking2000">Doug King</a>
CTO at Verity
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/juliosantos" class="float-left">
<div class="headshot"><img src="https://avatars2.githubusercontent.com/u/365821?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/juliosantos">Júlio Santos</a>
CTO at Fractal
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://github.com/marekkirejczyk" class="float-left">
<div class="headshot"><img src="https://avatars2.githubusercontent.com/u/197522?s=460&v=4" /></div>
</a>
<p class="float-left">
<a href="https://github.com/marekkirejczyk">Marek Kirejczyk</a>
Engineer at EthWorks
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="developer">
<a href="https://www.linkedin.com/in/faustovanin/" class="float-left">
<div class="headshot"><img src="https://media.licdn.com/dms/image/C4D03AQG6zGKubB6IxA/profile-displayphoto-shrink_800_800/0?e=1540425600&v=beta&t=8XKI3vyqDL-dKrzYPO4njsoNH0S3QHVEQzXKhBordjM" /></div>
</a>
<p class="float-left">
<a href="https://www.linkedin.com/in/faustovanin/">Fausto Vanin</a>
Partner at OnePercent.io
</p>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="grey">
<div class="container">
<h2>Projects</h2>
<div class="row">
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://polymath.network/" target="_blank">
<img src="img/logo-polymath.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://www.orginprotocol.com" target="_blank">
<img src="img/logo-origin.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://kord.network/" target="_blank">
<img src="img/logo-kord.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="http://publicmarket.io/" target="_blank">
<img src="img/logo-public-market.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://propy.com/" target="_blank">
<img src="img/logo-propy.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://dream.ac" target="_blank">
<img src="img/logo-dream.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="http://dock.io" target="_blank">
<img src="img/logo-dock.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://gnosis.pm/" target="_blank">
<img src="img/logo-gnosis.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://status.im/" target="_blank">
<img src="img/logo-status.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="http://www.verity.site/" target="_blank">
<img src="img/logo-verity.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="http://cryptokabn.com/" target="_blank">
<img src="img/logo-cryptokabn.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://cleargraph.com/" target="_blank">
<img src="img/logo-cleargraph.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://trustfractal.com/" target="_blank">
<img src="img/logo-fractal.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 logo text-center">
<a href="https://abacusprotocol.com/" target="_blank">
<img src="img/logo-abacus.png" srcset="img/[email protected] 2x, img/[email protected] 3x">
</a>
</div>
</div>
</div>
</section>
<section id="news" class="white">
<div class="container">
<h2>News</h2>
<div class="row">
<div class="col-12 col-sm-6 col-lg-4">
<div class="news">
<a href="https://hackernoon.com/first-impressions-with-erc-725-and-erc-735-identity-and-claims-4a87ff2509c9"><h3>First impressions with ERC 725 and ERC 735 — identity and claims</h3></a>
<p>"Fabian Vogelsteller, the creator of the Mist Browser and web3.js, is working on a new identity standard for Ethereum, ERC 725."</p>
<a href="https://hackernoon.com/first-impressions-with-erc-725-and-erc-735-identity-and-claims-4a87ff2509c9">Read more »</a>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="news">
<a href="https://blog.dream.ac/qa-with-dream-advisor-fabian-vogelsteller-author-of-erc20-erc725/"><h3>Q&A with DREAM Advisor, Fabian Vogelsteller, Author of ERC20 & ERC725</h3></a>
<p>"To have an identity that people use and trusts, it needs to be on a trustless layer like Ethereum, or another public blockchain."</p>
<a href="https://blog.dream.ac/qa-with-dream-advisor-fabian-vogelsteller-author-of-erc20-erc725/">Read more »</a>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="news">
<a href="https://www.ethnews.com/erc725-a-self-sovereign-identity-standard-for-ethereum"><h3>ERC725: A Self-Sovereign Identity Standard For Ethereum</h3></a>
<p>"If you are who you say you are, then why must you prove it over and over again? One day, a blockchain-based standard could make the monotony of identity verification a relic of the past."</p>
<a href="https://www.ethnews.com/erc725-a-self-sovereign-identity-standard-for-ethereum">Read more »</a>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="news">
<a href="https://medium.com/originprotocol/tech-update-dapp-gets-erc-725-identity-transaction-steps-escrow-reviews-298a7c91b7a5"><h3>Origin DApp gets ERC 725 Identity, Transaction Steps, Escrow, and Reviews</h3></a>
<p>"You can think of ERC 725-enabled identity a bit like Facebook Connect, but without the Facebook."</p>
<a href="https://medium.com/originprotocol/tech-update-dapp-gets-erc-725-identity-transaction-steps-escrow-reviews-298a7c91b7a5">Read more »</a>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="news">
<a href="https://cryptoslate.com/what-is-erc725-self-sovereign-identity-management-on-the-blockchain/"><h3>What is Ethereum ERC725? Self-Sovereign Identity Management on the Blockchain</h3></a>
<p>"User identity management, however, remains critical to any dApps and is currently managed by “trusted” third parties—a problem the ERC725 identity standard aims to solve."</p>
<a href="https://cryptoslate.com/what-is-erc725-self-sovereign-identity-management-on-the-blockchain/">Read more »</a>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="news">
<a href="https://medium.com/originprotocol/managing-identity-with-a-ui-for-erc-725-5c7422b38c09"><h3>Managing Identity with a UI for ERC 725</h3></a>
<p>"Although ERC 725 is still at an early stage, we believe it has great potential and our intention is to use it as the basis for managing identity and trust at Origin."
</p>
<a href="https://medium.com/originprotocol/managing-identity-with-a-ui-for-erc-725-5c7422b38c09">Read more »</a>
</div>
</div>
</div>
</div>
</section>
<section id="footer">
<div class="container">
<div class="row">
<div class="col-12 col-xl-6">
<h1>Development</h1>
<div class="row">
<div class="col-sm-4">
<img src="img/icon-github.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/ethereum/EIPs/issues/725">EIP Github</a>
</div>
<div class="col-sm-4">
<img src="img/icon-origin.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://erc725.originprotocol.com">Playground</a>
</div>
<div class="col-sm-4">
<img src="img/icon-origin.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/OriginProtocol/identity-playground">Code</a>
</div>
</div>
</div>
<div class="col-12 col-xl-6">
<h1>Discussion</h1>
<div class="row">
<div class="col-sm-4">
<img src="img/icon-telegram.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://t.me/joinchat/Gz70lg_D-b_mUgaCJxHzFg">Telegram</a>
</div>
<div class="col-sm-5">
<img src="img/icon-github.png" srcset="img/[email protected] 2x, img/[email protected] 3x"><a href="https://github.com/erc725alliance">Join the Alliance</a>
</div>
<div class="col-sm-2 d-none d-xl-block">
<div class="footer-block-wrapper">
<img src="img/block.png" srcset="img/[email protected] 2x, img/[email protected] 3x" id="footer-block">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>