This repository has been archived by the owner on Jan 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
75 lines (52 loc) · 3.02 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
<html>
<head>
<title>State Channels</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114409337-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114409337-6');
</script>
<!-- Metadata -->
<meta charset="utf-8">
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="statechannels.org">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="180x180" href="">
<link rel="icon" type="image/png" sizes="32x32" href="">
<link rel="icon" type="image/png" sizes="16x16" href="">
<link rel="manifest" href="">
<link rel="mask-icon" href="" color="#5bbad5">
<link rel="shortcut icon" href="" type="image/x-icon">
</head>
<body>
<br />
<h1>A Unified State Channel Specification for Ethereum</h1>
<i>August 26, 2019 - <a href="/index_chinese.html">中文</a></i>
<p>Today we're excited to announce an initiative to unify Ethereum's State Channels projects around a single standard.</p>
<p>Since meeting in NYC in May, we have been working behind the scenes to adopt a single specification, laying the foundation for a fully interoperable ecosystem of State Channels applications.</p>
<p>This project builds on years of research & development by our teams, as each of us pushed forward different components of the tech stack. Uniting around a single specification is another critical milestone, with many benefits for the Ethereum ecosystem.</p>
<p>Our goal is to enable the best possible user and developer experience for State Channels. All wallets, clients, or applications that use the State Channels specification will be compatible by default. Developers and users will not need to worry about supporting a multitude of competing standards, avoiding fragmentation. </p>
<p>Over the next few weeks, we will be sharing more information about this project and what it means for the Ethereum ecosystem.</p>
<p>Signed,</p>
<i>
- <a href="https://www.celer.network/">Celer</a><br>
- <a href="https://connext.network/">Connext</a><br>
- <a href="https://funfair.io">FunFair</a><br>
- <a href="https://perun.network/">Perun</a><br>
- <a href="https://www.pisa.watch/">PISA</a><br>
- <a href="https://counterfactual.com">Prototypal</a><br>
- <a href="http://magmo.com">Magmo</a><br>
- <a href="https://counterfactual.com">L4</a><br>
- <a href="https://blog.ethereum.org">The Ethereum Foundation</a>
</i>
<br />
<br />
<hr />
<p>Join us on the research forum! <a href="https://research.statechannels.org">research.statechannels.org</a></p>
</body>
</html>