This repository has been archived by the owner on Nov 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gameofnodes.html
400 lines (372 loc) · 16.7 KB
/
gameofnodes.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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="Game of Nodes">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="LTO Network">
<meta property="og:description" content="Game of Nodes">
<meta property="og:image" content="/assets/brand/meta.png">
<meta property="og:url" content="https://lto.network/">
<title>Game of Nodes - LTO Network</title>
<link rel="shortcut icon" href="assets/brand/favicon.png" />
<link rel="stylesheet" href="css/bulma.min.css">
<link rel="stylesheet" href="sass/extensions/animate.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bulma-pageloader.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link href="https://fonts.googleapis.com/css?family=Spectral:400,500,600,700" rel="stylesheet">
<script defer src="https://d3rxaij56vjege.cloudfront.net/form-serialize/0.3/serialize.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<script defer src="https://cdn.rawgit.com/JDMcKinstry/JavaScriptDateFormat/master/Date.format.min.js"></script>
</head>
<body class="gon-page">
<div class="video-bg-container">
<video autoplay muted loop playsinline class="bgVideo">
<source src="assets/videos/game-of-nodes-sm.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<!-- <div class="bgVideoImage is-hidden-tablet">
<img src="./assets/images/adoption-is-coming-poster.jpg"/>
</div> -->
<div class="scroll-container">
<div class="chevron"></div>
<div class="chevron"></div>
<div class="chevron"></div>
<span class="text">Scroll down</span>
</div>
</div>
<section class="small-section has-margin-top-xl">
<div class="container">
<h3 class="has-text-light has-text-centered">Unite the community, build the biggest node and win awesome prizes!</h3>
<div class="is-centered socials-container has-margin-top-md">
<a href="https://twitter.com/LTOnetwork">
<span class="icon">
<i class="fab fa-twitter"></i>
</span>
</a>
<a href="https://github.com/legalthings">
<span class="icon">
<i class="fab fa-github"></i>
</span>
</a>
<a href="https://www.youtube.com/channel/UCaHcF-xterKYTKSpY4xgKiw">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
</a>
<a href="https://reddit.com/r/LTONetwork">
<span class="icon">
<i class="fab fa-reddit"></i>
</span>
</a>
<a href="https://t.me/LTOnetwork">
<span class="icon">
<i class="fab fa-telegram"></i>
</span>
</a>
</div>
</div>
</section>
<section class="section" style="position:relative">
<div class="lto-shape-a"></div>
<div class="container">
<div class="columns">
<div class="column is-half has-text-light">
<h3 class="title is-size-2 has-text-light has-text-weight-semibold">Game of Nodes Launch</h3>
<p class="is-size-4">Multiple clients and integrators are flowing into the LTO lands, and it’s up to you to protect them! Forge your weapons and gather around. Only the strongest one will stand. Unite your community, build the biggest node and win awesome prizes!</p>
<a href="https://blog.lto.network/game-of-nodes-launch/">Read about the launch <i class="fas fa-angle-right"></i></a>
</div>
<div class="column is-half">
<img class="soft-image" src="./assets/images/gon-poster.jpg"/>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="leaderboards-container has-text-light" style="position: relative; overflow: hidden;">
<div class="lto-shape-b"></div>
<h3 class="title is-size-2 has-text-light has-text-centered has-text-weight-semibold">Leaderboard</h3>
<div class="leaderboards-content">
</div>
</div>
<p class="has-text-light has-text-centered has-margin-top-md">Provided with love by <a href="https://lto-lease.com" target="_blank">lto-lease.com</a></p>
</div>
</section>
<section class="section" style="position:relative">
<div class="lto-shape-b"></div>
<div class="container">
<h3 class="is-size-2 title has-text-light has-text-centered has-text-weight-semibold">Prizes</h3>
<div class="columns is-centered">
<div class="column is-one-third has-text-light">
<div class="price-list">
<span class="price-title">Sprint Prizes</span>
<p>Highest leased amount on May 28th</p>
<ul class="no-list-style">
<li>Top 10 on the leaderboard: <span class="has-margin-left-sm has-text-weight-semibold">2.000 LTO</span></li>
<li>Top 5 on the leaderboard: <span class="has-margin-left-sm has-text-weight-semibold">5 t-shirts</span></li>
</ul>
<p class="has-margin-top-md">Highest leased amount on June 28th</p>
<ul class="no-list-style">
<li>Top 10 on the leaderboard: <span class="has-margin-left-sm has-text-weight-semibold">3.000 LTO</span></li>
<li>Top 5 on the leaderboard: <span class="has-margin-left-sm has-text-weight-semibold">5 hoodies</span></li>
</ul>
</div>
</div>
<div class="column is-one-third has-text-light">
<div class="price-list">
<span class="price-title">Final Prizes</span>
<p>Highest leased amount on July 28th</p>
<ul class="no-list-style">
<li>1st place: <span class="has-margin-left-sm has-text-weight-semibold">50.000 LTO</span></li>
<li>2nd place: <span class="has-margin-left-sm has-text-weight-semibold">35.000 LTO</span></li>
<li>3rd place: <span class="has-margin-left-sm has-text-weight-semibold">25.000 LTO</span></li>
<li>4th place: <span class="has-margin-left-sm has-text-weight-semibold">15.000 LTO</span></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="section" style="position:relative">
<div class="container">
<div class="columns is-centered">
<div class="column is-half has-text-light">
<h3 class="title is-size-2 has-text-light has-text-weight-semibold">Guidebook</h3>
<p>Need help to get started? Check out the resources below.</p>
<ul class="no-list-style is-size-5">
<li><a href="http://lto.network">About LTO Network <i class="fas fa-angle-right"></i></a></li>
<li><a href="https://docs.lto.network/project/community-area/mining-staking#run-a-node-and-stake">Setting up a node <i class="fas fa-angle-right"></i></a></li>
<li><a href="http://docs.lto.network">LTO Wiki documentation <i class="fas fa-angle-right"></i></a></li>
<li><a href="https://lto.network/documents/LTO%20Network%20-%20Technical%20Paper.pdf">LTO Network whitepaper <i class="fas fa-angle-right"></i></a></li>
<li><a href="https://lto.network/documents/LTO%20Network%20-%20Visionary%20Paper.pdf">LTO Visionary paper <i class="fas fa-angle-right"></i></a></li>
<li><a href="https://lto.network/documents/LTO%20Network%20-%20Token%20Economy.pdf">LTO Token economy <i class="fas fa-angle-right"></i></a></li>
<li><a href="https://medium.com/ltonetwork/you-are-awesome-%EF%B8%8F-88b35fbf3ad9">Read about our awesome community and join us <i class="fas fa-angle-right"></i></a></li>
</ul>
<div class="is-centered socials-container has-margin-top-lg">
<a href="https://twitter.com/LTOnetwork">
<span class="icon">
<i class="fab fa-twitter"></i>
</span>
</a>
<a href="https://github.com/legalthings">
<span class="icon">
<i class="fab fa-github"></i>
</span>
</a>
<a href="https://www.youtube.com/channel/UCaHcF-xterKYTKSpY4xgKiw">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
</a>
<a href="https://reddit.com/r/LTONetwork">
<span class="icon">
<i class="fab fa-reddit"></i>
</span>
</a>
<a href="https://t.me/LTOnetwork">
<span class="icon">
<i class="fab fa-telegram"></i>
</span>
</a>
</div>
</div>
<div class="column is-one-third has-text-light">
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">1) git clone <a href="https://t.co/oAkS7FjYgq">https://t.co/oAkS7FjYgq</a><br>2) cd lto/public_node<br>3) vim docker-compose.yml<br>4) docker-compose up<br><br>The first node setup guide which fits in a single tweet 🤖<a href="https://t.co/PDwqJfHbID">https://t.co/PDwqJfHbID</a></p>— LTO Network (@LTOnetwork) <a href="https://twitter.com/LTOnetwork/status/1086290037665419266?ref_src=twsrc%5Etfw">January 18, 2019</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</section>
<section class="section" style="position:relative">
<div class="container has-text-light">
<div class="columns is-centered">
<div class="column is-half has-text-light">
<h3 class="title is-size-2 has-text-light has-text-weight-semibold has-text-centered">Terms and Conditions</h3>
<ul class="custom-list-style">
<li>You need to have social influence on either Linkedin, Twitter, Youtube, or Telegram. Keep in mind we will still do a manual check on your engagement/content.</li>
<li>You can set up a node any time, it’s a permissionless network! But for this programme, once you register and get approved, a 100.000 LTO will be leased to your node by April 29th.</li>
<li>The lease will be active for 3 months, and you generate transactions based on that stake + what you can stake extra + your community leases. We reserve the right to cancel the lease at any point in time if we detect any malicious behavior.</li>
<li>Node holders will be entitled to all proceeds they gain in this period by staking tokens on the network. And make sure to share with your communities! Grow your influence, and we will help you do it with cool merchandise and extra LTO.</li>
</ul>
</div>
</div>
</div>
</section>
<section class="section" style="position:relative">
<div class="lto-shape-a"></div>
<div class="container has-text-light">
<h3 class="title is-size-2 has-text-light has-text-centered">Timeline</h3>
<div class="timeline is-centered">
<header class="timeline-header">
<span class="tag is-medium is-primary">Start</span>
</header>
<div class="timeline-item is-primary">
<div class="timeline-marker is-primary"></div>
<div class="timeline-content">
<p class="heading text-accent">15th of April 2019</p>
<p>Opening registration</p>
</div>
</div>
<div class="timeline-item is-primary">
<div class="timeline-marker is-primary"></div>
<div class="timeline-content">
<p class="heading text-accent">28th of April 2019</p>
<p>
Registrations closed<br/>
<small>100K Lease Distributed</small>
</p>
</div>
</div>
<div class="timeline-item is-primary">
<div class="timeline-marker is-primary"></div>
<div class="timeline-content">
<p class="heading text-accent">28th of May 2019</p>
<p>
First Leaser Pay Out
</p>
</div>
</div>
<div class="timeline-item is-primary">
<div class="timeline-marker is-primary"></div>
<div class="timeline-content">
<p class="heading text-accent">28th of June 2019</p>
<p>
Second Leaser Pay Out
</p>
</div>
</div>
<div class="timeline-item is-primary">
<div class="timeline-marker is-primary"></div>
<div class="timeline-content">
<p class="heading text-accent">28th of July 2019</p>
<p>
End of Game of Nodes <br/>
<small>Final Prize Distribution</small>
</p>
</div>
</div>
<header class="timeline-header" style="margin-top:0px;">
<span class="tag is-medium is-primary">End</span>
</header>
</div>
</div>
</section>
<footer class="footer">
<div class="content has-text-centered">
<div class="field is-grouped is-centered">
<p class="control">
<a href="https://twitter.com/LTOnetwork">
<span class="icon">
<i class="fab fa-twitter"></i>
</span>
</a>
</p>
<p class="control">
<a href="https://github.com/legalthings">
<span class="icon">
<i class="fab fa-github"></i>
</span>
</a>
</p>
<p class="control">
<a href="https://www.youtube.com/channel/UCaHcF-xterKYTKSpY4xgKiw">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
</a>
</p>
<p class="control">
<a href="https://reddit.com/r/LTONetwork">
<span class="icon">
<i class="fab fa-reddit"></i>
</span>
</a>
</p>
<p class="control">
<a href="https://t.me/LTOnetwork">
<span class="icon">
<i class="fab fa-telegram"></i>
</span>
</a>
</p>
</div>
<p class="is-size-6 has-text-white">
© 2019 LTO Network. All rights reserved.
</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
$(document).ready(() => {
const videoElement = document.querySelector("video");
if (videoElement.paused) {
videoElement.play();
}
const lbEndpoint = 'https://ws.lto-lease.com/gon/leaderboard';
$.ajax({
url: lbEndpoint,
data: {
mode: 'all'
},
success: (response => {
if (response && response.data.length) {
populateLeaderboards(response);
} else {
displayLeaderboardsError();
}
}),
error: ((err) => {
displayLeaderboardsError();
}),
dataType: 'json'
});
function displayLeaderboardsError() {
const lbContainer = $('.leaderboards-content');
lbContainer.append(`
<div class="lb-row">
<div class="lb-data"></div>
<div class="lb-data">No leaderboard data available...</div>
</div>
`);
}
function populateLeaderboards(response) {
const lbWrapper = $('.leaderboards-container');
const lbContainer = $('.leaderboards-content');
const timestampDate = new Date(response.timestamp);
lbWrapper.append(`<span class="last-updated">Last updated: ${timestampDate.format('d-m-Y')} at ${timestampDate.format('h:i')}</span>`);
for (let i = 0; i < response.data.length; i++) {
const responseElement = response.data[i];
let num = 0;
switch (i) {
case 0:
num = '🥇';
break;
case 1:
num = '🥈';
break;
case 2:
num = '🥉';
break;
default:
num = i + 1;
break;
}
const amount = (Math.round((responseElement.amount * 1000)/10)/100).toFixed(2);
lbContainer.append(`
<a href="https://explorer.lto.network/address/${responseElement.node}" target="_blank">
<div class="lb-row">
<div class="lb-data">${num}</div>
<div class="lb-data">${responseElement.nickname} <span>${responseElement.node}</span></div>
<div class="lb-data ${amount < 0 ? 'negative' : ''}">${amount} <span>LTO</span></div>
<div class="lb-data" style="margin-left: 16px;"><i class="fas fa-chevron-right"></i></div>
</div>
</a>
`);
}
}
});
</script>
</body>
</html>