This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
index.html
334 lines (260 loc) · 14.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The protocol for connecting blockchains and other ledgers">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Custom styles -->
<link href="/assets/css/custom.css" rel="stylesheet">
<!-- Google fonts -->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200,600,700,900|Droid+Sans+Mono|Titillium+Web:400,300,600,900' rel='stylesheet' type='text/css'>
<link href="/assets/img/favicon.png" rel="icon" type="image/x-icon">
<!-- highlight js -->
<link rel="stylesheet" href="/assets/css/monokai-sublime.css">
<!-- fontawesome icons -->
<link rel="stylesheet" href="/assets/fontawesome/css/font-awesome.min.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="no-sidebar">
<!-- <div class="container"> -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark ">
<div class="navbar-leftbg"><a href="/" class="navbar-brand"><img src="/assets/img/[email protected]" class="logo" height="44" alt="Interledger" /></a></div>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarHolder" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarHolder">
<ul class="nav navbar-nav">
<li class="nav-item" ><a class="nav-link" href="/overview.html">Docs</a></li>
<li class="nav-item" ><a class="nav-link" href="/libraries.html">Tools</a></li>
<li class="nav-item" ><a class="nav-link" href="/community.html">Community</a></li>
<li class="nav-item"><a class="nav-link" target="_blank" href="https://github.com/interledger">Edit on Github</a></li>
<li class="nav-item"><a class="nav-link cornerlink" href="/overview.html">Get Started</a></li>
</ul><!-- /.navbar-nav -->
<div class="cornerbox"></div>
</div>
<div class="menu-overlay"></div>
</nav>
<!-- </div> -->
<div class="container-fluid" role="document" id="main_content_wrapper">
<div class="row">
<!-- main column -->
<main class="main col-md-12 order-md-3 landing" role="main" id="main_content_body">
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h1><b>Interledger</b> is an open protocol suite for sending payments across different ledgers.</h1>
<p>Interledger is an open protocol suite for sending payments across different ledgers. Like the Internet, connectors route packets of money across independent networks. The open architecture and minimal protocol enable interoperability for any value transfer system. </p><p> Interledger is not tied to a single company, blockchain, or currency.</p>
</div>
<div class="col-sm-6">
<p><a class="btn btn-primary btn-lg getting-started-button" href="/overview.html" role="button">Get Started</a></p>
</div>
</div>
</div>
</div>
<div class="container">
<!-- benefits section -->
<div class="row">
<div class='col-sm-12 col-xs-12'>
<div class="row">
<div class="mx-auto pt-5 pb-5">
<h2>Interledger Features</h2>
</div>
</div>
<img class=" img-responsive" src="/assets/img/features.png">
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="benefit col-sm-4">
<h3>Code With Money</h3>
<p>Add payments without being tied to a single currency or payment provider.</p>
</div>
<div class="benefit col-sm-4">
<h3>Multi-Hop Routing</h3>
<p>Send payments to other ledgers, even if they are multiple hops away.</p>
</div>
<div class="benefit col-sm-4">
<h3>Simple Protocol</h3>
<p>Inspired by TCP/IP, Interledger is easy to implement and use.</p>
</div>
</div>
</div>
</div> <!-- /container -->
<!-- example section -->
<div class="example-wrapper">
<div class="container">
<div class="row ">
<div class='col-sm-12 col-xs-12 '>
<div class="row">
<div class="mx-auto pt-sm-5 pb-sm-5">
<h2>Develop for Interledger</h2>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-xs-12 pt-sm-5 mt-5">
<svg width="154" height="34" viewBox="0 0 154 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M-1.48619e-06 34L0 -2.09815e-06L30.1508 -7.80212e-07L48 16.9964L30.1508 34L-1.48619e-06 34Z" fill="#EA3646"/>
<line x1="58" y1="17.5" x2="154" y2="17.5" stroke="#EA3646" stroke-width="3"/>
</svg>
<h2 class="simple">Simple Sending</h2>
<p class="example-intro">Interledger makes it easy to send money, no matter what ledger you or the recipient are on.</p>
</div>
<div class="col-sm-8 col-xs-12">
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" href="#js2">Javascript</a></li>
<li class="teaser"><a data-toggle="tab" href="#sh2">Command-Line</a></li>
<li class="teaser"><a data-toggle="tab" href="#menu2">+</a></li>
</ul>
<div class="tab-content">
<div id="js2" class="tab-pane active">
<pre><code>const plugin = require('ilp-plugin')()
const fetch = require('ilp-fetch')
fetch('http://localhost:8080/', {
method: 'GET',
maxPrice: 5000,
plugin
})
.then(response => {
console.log('paid!')
console.log('got response:', response.text)
})</code></pre>
</div>
<div id="sh2" class="tab-pane">
<pre><code>$ npm install -g ilp-curl moneyd
$ moneyd configure --testnet
$ moneyd start --testnet
$ ilp-curl -X GET http://localhost:8080/
Hello World!</code></pre>
</div>
<div id="menu2" class="tab-pane">
<pre><code>
<!-- Don’t see your language here? -->
Help implement Interledger in your
favorite programming language.
<p><a class="btn btn-primary btn-lg getting-started-button contribute" target="_blank" href="https://github.com/interledger" role="button">Contribute</a></p>
</code></pre>
</div>
</div>
</div>
</div>
<div class="row example-middle">
<div class="col-sm-5 hidden-xs ml-5">
<img width="338px" class=" img-responsive" src="/assets/img/icn-routing2.png">
</div>
<!-- <div class="col-sm-3 col-xs-12"></div> -->
<div class="col-sm-5 col-xs-12 ">
<h2>Automated Routing</h2>
<p>Interledger takes care of getting your money from ledger A to ledger Z, so you can get back
to building awesome things! If you’re interested, <a
href="/rfcs/0001-interledger-architecture/">learn more about how the magic works.</a>
</p>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-xs-12 pt-sm-5 mt-sm-5">
<svg width="103" height="48" viewBox="0 0 103 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<line y1="24.5" x2="79" y2="24.5" stroke="#7AB4B0" stroke-width="3"/>
<circle cx="79" cy="24" r="24" fill="#7AB4B0"/>
</svg>
<h2>Receiving Money</h2>
<p class="example-intro">Interledger allows you to receive money from any ledger, without setting up accounts on lots of different services.</p>
</div>
<div class="col-sm-8 col-xs-12">
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" href="#js1">Javascript</a></li>
<li class="teaser"><a data-toggle="tab" href="#menu1">+</a></li>
</ul>
<div class="tab-content">
<div id="js1" class="tab-pane active">
<pre><code>const Koa = require('koa')
const router = require('koa-router')()
const app = new Koa()
const KoaIlp = require('koa-ilp')
const plugin = require('ilp-plugin')()
const ilp = new KoaIlp({ plugin })
router.get('/', ilp.paid({ price: 1000 }), async ctx => {
ctx.body = 'Hello World!'
})
app
.use(router.routes())
.use(router.allowedMethods())
.listen(8080)</code></pre>
</div>
<div id="menu1" class="tab-pane">
<pre><code>
<!-- Don’t see your language here? -->
Help implement Interledger in your
favorite programming language.
<p><a class="btn btn-primary btn-lg getting-started-button contribute" target="_blank" href="https://github.com/interledger" role="button">Contribute</a></p>
</code></pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- /container -->
</div>
<div class="container">
<div class="row get-started">
<div class='col-sm-6 col-xs-12 pt-5 mt-5'>
<div class="text-center">
<a class="btn btn-primary btn-lg" href="/overview.html" role="button">Get Started with Interledger</a>
</div>
</div>
<div class="col-sm-6">
<H3>Updates</H3>
<span><h5>5 Apr 2019</h5><p>2019 ILP Summit held in San Francisco</p></span>
<span><h5>3 Oct 2018</h5><p>Interledger: How To Interconnect All Blockchains and Value Networks</p></span>
<span><h5>28 Aug 2018</h5><p>Coil.com launches beta subscription for Web Monetization</p></span>
</div>
</div>
</div>
</main>
</div><!--/.row (main layout)-->
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-sm-9 col-xs-12 float-left footertext">
<p><img src="/assets/img/[email protected]" height="44" alt="Interledger" align="left" /> Interledger Project<br><span>Documentation licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0.</a></span></p>
</div>
<div class="col-sm-3 col-xs-12 float-right">
<a href="https://twitter.com/interledger"><img src="/assets/img/Twitter.png"></a>
<a href="https://communityinviter.com/apps/interledger/interledger-working-groups-slack"><img src="/assets/img/Slack.png"></a>
</div>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/highlight.pack.js"></script>
<script src="/assets/js/custom.js"></script>
<!-- <script src="/assets/js/home.js"></script> -->
<!-- <script type="text/javascript" src="/assets/js/svg-animation.js"></script> -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68500608-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>