-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
504 lines (446 loc) · 18.6 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
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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.84.0">
<title>Home - LiquiChain</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/carousel/">
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="assets/css/carousel.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<div class="slider-container">
<header>
<nav class="navbar navbar-expand-md">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="assets/images/logo-white.svg" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ms-auto mb-2 mb-md-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#sustainable-blockchain">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer">Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blockchain-slow">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blockchain-everywhere">Build</a>
</li>
<li class="nav-item">
<a class="btn btn-download btn-primary btn-rounded-circle" href="#our-team">Join us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container">
<div id="slider" class="row mt-70 mb-120 justify-content-around">
<div class="col-md-6 col-sm-8 col-11">
<h1 class="mb-30 mt-10">We are an EVM-based sustainable blockchain for communities,
enabling fast transcations and évolutive smart contracts.
</h1>
<a class="btn btn-explore btn-blue btn-rounded-circle">Explore LiquiChain</a>
</div>
<div class="col-md-6 col-sm-3 d-none d-sm-block">
<img class="slider-phone" src="assets/images/img-phone-liquichain.svg"/>
</div>
</div>
</div>
</div>
<main>
<div class="container">
<div class="row justify-content-center">
<div id="sustainable-blockchain" class="a-center col-md-7 col-10 mb-50">
<h2 class="ml-auto m-lr-auto">A sustainable blockchain for the people.</h2>
<p class="text-para">LiquiChain is a blockchain whose nodes form a graph of trust and proximity. It is used to run smart contracts in a fast, secured and low energy consumption way, allowing to implement crypto currency, voting systems, file sharing, business processes and more.</p>
</div>
</div>
<div class="row justify-content-md-center">
<div class="L1-box-container col-md-3 col-6 a-center">
<div class="L1-box">
<img src="assets/images/img-high-secured.svg"/>
<h5>Highly secured</h5>
<p>LiquiChain is a blockchain whose nodes form a graph of trust and proximity.</p>
</div>
</div>
<div class="L1-box-container col-md-3 col-6 a-center">
<div class="L1-box">
<img src="assets/images/img-low-energy.svg"/>
<h5>Highly secured</h5>
<p>LiquiChain is a blockchain whose nodes form a graph of trust and proximity.</p>
</div>
</div>
<div class="L1-box-container col-md-3 col-6 a-center">
<div class="L1-box">
<img src="assets/images/img-fast-transact.svg"/>
<h5>Highly secured</h5>
<p>LiquiChain is a blockchain whose nodes form a graph of trust and proximity.</p>
</div>
</div>
<div class="L1-box-container col-md-3 col-6 a-center">
<div class="L1-box">
<img src="assets/images/img-evolve.svg"/>
<h5>Highly secured</h5>
<p>LiquiChain is a blockchain whose nodes form a graph of trust and proximity.</p>
</div>
</div>
</div>
<div class="row L2 2-row-info mt-120 mb-160 justify-content-md-between justify-content-center">
<div class="L-left col-11 col-md-6 order-2 order-md-1" id="blockchain-everywhere">
<span class="info-sub">WHAT’S NEXT</span>
<h2 class="mt-20 mb-30">Blockchain is coming everywhere.
</h2>
<p class="text-para text-blue-80">While cryptocurrency is the most popular use for blockchain presently, the <span class="text-white text-700">technology offers the potential to serve a very wide range of applications</span> and is now spreading across a wave of industries.
<br>
<br>
The use cases for a transparent, verifiable register of transaction data are practically endless — especially since blockchains operate through a <span class="text-white text-700">decentralized platform requiring no central supervision, making them resistant to fraud.</span>
</p>
</div>
<div class="L-right col-8 col-md-5 order-1 order-md-2 mb-md-50">
<img class="d-block m-lr-auto" src="assets/images/img-blockchain-coming.svg"/>
</div>
</div>
<div class="row L3 2-row-info mt-120 mb-160 justify-content-md-between justify-content-center">
<div class="L-left col-8 col-md-5 order-1 order-md-1 mb-md-50">
<img class="d-block m-lr-auto" src="assets/images/img-envi-concerns.svg"/>
</div>
<div class="L-right col-11 col-md-6 order-2 order-md-2">
<span class="info-sub">There is a well-known problem
</span>
<h2 class="mt-20 mb-30">Cryptocurrency has raised environmental concerns.
</h2>
<p class="text-para text-blue-80">
The <span class="text-white text-700">energy consumption of cryptocurrency mining is around 0.6% of the global electricity production, roughly around the total consumption of Malaysia or Sweden! <sup><a href="https://cbeci.org/">1</a> </sup> </span> and may cause increased carbon emissions and climate change.
<br>
<br>
This issue is <span class="text-white text-700">partially solved by the proof of stake (PoS)</span>. Because miners do not need to solve extremely complex puzzles to prove their work on PoS blockchains, the required processing power is much lower.
<br>
<br>
But this is not a radical change. Most of blockchain platforms still rely on complex systems that need <span class="text-white text-700">high-availability servers to operate</span>. De facto, they can’t ensure network optimization and efficiency.
</p>
</div>
</div>
<div class="row L4 2-row-info mt-120 mb-160 justify-content-md-between justify-content-center">
<div class="L-left col-11 col-md-6 order-2 order-md-1">
<span class="info-sub">Our inspiration
</span>
<h2 class="mt-20 mb-30">A blockchain based on communities
</h2>
<p class="text-para text-blue-80">Six degrees of separation is the idea that all people on average are six, or fewer, social connections away from each other.
<br>
<br>
<span class="text-white text-700">Facebook reported that the average distance in the application was 4.57 degrees</span> in February 2016, when it had 1.6 billion users.
<br>
<br>
<span class="text-white text-700">Blockchain is based on trust.</span> Why do we need to be validated by a vast number of miners or stackers if a set of trust path is created with trustful peers?
<br>
<br>
<span class="text-white text-700">Six degrees by six degrees, everybody can be included</span> and validated in the blockchain, with far less energy consumption.
</p>
</div>
<div class="L-right col-8 col-md-5 order-1 order-md-2 mb-md-50">
<img class="d-block m-lr-auto" src="assets/images/img-block-comm.svg"/>
</div>
</div>
<div class="row L5 2-row-info mt-120 mb-160 justify-content-md-between justify-content-center">
<div class="L-left col-8 col-md-5 order-1 order-md-1 pt-50 mb-md-50">
<img class="d-block m-lr-auto" src="assets/images/img-envi-concerns.svg"/>
</div>
<div class="L-right col-11 col-md-6 order-2 order-md-2">
<span class="info-sub">How does it work
</span>
<h2 class="mt-20 mb-30">A new model: Proof of Peers.
</h2>
<p class="text-para text-blue-80">
Nodes can only join if their identity is validated by peers.
When a transaction is to be performed between 2 nodes, a set of trust paths are created and the transaction is signed along the paths, avoiding involvement of majority of nodes and delay of block forging.
Due to the <span class="text-white text-700">very fast and low consumption of smart contract engine</span> each node in the system is active (no such thing as difference between miners and clients).
Smart contracts are versioned: they contains the voting rules necessary to upgrade their definition.
</p>
</div>
</div>
<div class="row justify-content-md-center justify-content-center">
<div id="blockchain-slow" class="a-center col-10 mb-50">
<h2 class="ml-auto m-lr-auto">Until now Blockchain is slow and transfers little.
</h2>
<p class="text-para">As smart contract are fairly broad piece of software, they can also be used to implement application like NFT, decentralized file sharing, etc… Smart contracts contains several parameters like the number of neighbour circles, the storage size of wallets.</p>
</div>
</div>
<div class="row L6 2-row-info mt-70 mb-160 justify-content-md-between justify-content-center">
<div class="L-left col-8 col-md-5 order-1 order-md-1 pt-50">
<img class="d-block m-lr-auto" src="assets/images/img-until-now.svg"/>
</div>
<div class="L-right col-11 col-md-6 order-2 order-md-2">
<div class="mb-30">
<div>
<img/>
<h4 class="text-600 a-left">Micropayments</h4>
</div>
<p>When a node receives a transaction_validation_request it is either from one of his friends or his neighbour. The message contain sthe transaction details and a hint about the list of nodes in the chain. If it holds the state of A or B or holds a warrant from a friend of A or B while none is online for this smart contract, then it simulates the execution of the smart contract. In case the simulated execution succeeds, it produces a transaction_validation and send it back.</p>
</div>
<div class="mb-30">
<div>
<img/>
<h4 class="text-600 a-left">File sharing
</h4>
</div>
<p>When a node receives a transaction, if it holds a state of A or B it executes the smart contract, update its state and triggers the output transactions. In case the smart contract cannot be executed, an invalid_transaction message mentionning the cheating node and A state is spread.</p>
</div>
<div class="mb-30">
<div>
<img/>
<h4 class="text-600 a-left">Agility</h4>
</div>
<p>When a node receives an invalid_transaction about a list of cheating nodes it verifies it then blacklist them. if the invalid_transaction is itself invalid, it is the sending node that is blacklisted.</p>
</div>
</div>
</div>
<div class="row" id="our-team">
<span class="info-sub a-center">people
</span>
<h2 class="mt-20 mb-80 a-center">A strong team
</h2>
</div>
<div class="row justify-content-center">
<div class="col-6 col-md-3 team-block">
<img src="assets/images/team-seb.png"/>
<div>
<span class="team-name d-block a-center mt-40 text-600">Sébastien Michéa
</span>
<span class="team-title d-block a-center">Co-founder & Architect <a href="https://www.linkedin.com/in/smichea"><img src="assets/images/img-linkedin.svg"/></a></span>
</div>
</div>
<div class="col-6 col-md-3 team-block">
<img src="assets/images/team-ammar.png"/>
<div>
<span class="team-name d-block a-center mt-40 text-600">Ammar Qaffaf</span>
<span class="team-title d-block a-center">Co-founder and CTO <a href="https://www.linkedin.com/in/ammarqaffaf"><img src="assets/images/img-linkedin.svg"/></a></span>
</div>
</div>
</div>
<div class="row mt-160">
<h2 class="mt-20 mb-80 a-center">Endorsed by industry and
tech advisors
</h2>
</div>
<div class="row justify-content-center mb-50">
<div class="col-6 col-md-3 team-block">
<img src="assets/images/team-thomas.png"/>
<div>
<span class="team-name d-block a-center mt-40 text-600">Thomas Jauffret</span>
<span class="team-title d-block a-center">Entrepreneur, early investor in <br>fintech, media and blockchain projects</span>
</div>
</div>
<div class="col-6 col-md-3 team-block">
<img src="assets/images/team-herve.png"/>
<div>
<span class="team-name d-block a-center mt-40 text-600">Herve Putigny</span>
<span class="team-title d-block a-center">Cybercrime expert, <br>CEO Webdrone</span>
</div>
</div>
<div class="col-6 col-md-3 team-block">
<img src="assets/images/team-alex.png"/>
<div>
<span class="team-name d-block a-center mt-40 text-600">Alexander Medvednikov
</span>
<span class="team-title d-block a-center">Vlang creator<br>
Bigdev, 25k github stars</span>
</div>
</div>
</div>
<div class="row justify-content-center mb-50 mt-50">
<div class="col-6 col-md-3 team-block">
<img src="assets/images/team-steph.png"/>
<div>
<span class="team-name d-block a-center mt-40 text-600">Stéphane Schweitzer
</span>
<span class="team-title d-block a-center">
Founder & CEO ClubbingTV<br>
Creator of KlubCoin
</span>
</div>
</div>
<div class="col-6 col-md-3 team-block">
<img src="assets/images/team-guilla.png"/>
<div>
<span class="team-name d-block a-center mt-40 text-600">Guillaume Massis
</span>
<span class="team-title d-block a-center">Tech entrepreneur, <br>founder of Airtag (acquired by Safran)
</span>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row download-app-container justify-content-center mt-120 mb-100">
<div class="col-10">
<h2 class="mb-20 a-center">Download the App</h2>
<p class="w-70 a-center d-block mb-40 m-lr-auto">
LiquiChain is a blockchain whose nodes form a graph of trust and proximity. It is used to run smart contracts in a fast, secured and low energy.
</p>
<button type="submit" class="btn btn-primary">Download</button>
</div>
</div>
</div>
<!-- FOOTER -->
<footer class="container pb-100" id="footer">
<div class="row">
<div class="col-6 col-md-3">
<a class="navbar-brand d-block" href="#">
<img src="assets/images/logo-white.svg" />
</a>
<ul class="footer-socials">
<li><a href="#"><img src="assets/images/img-twitter.svg" alt=""></a></li>
<li><a href="#"><img src="assets/images/img-instagram.svg" alt=""></a></li>
<li><a href="#"><img src="assets/images/img-github.svg" alt=""></a></li>
<li><a href="#"><img src="assets/images/img-telegram.svg" alt=""></a></li>
<li><a href="#"><img src="assets/images/img-discord.svg" alt=""></a></li>
</ul>
</div>
<!-- <div class="col-6 col-md-3 footer-links">
<h5>How it works</h5>
<ul>
<li>
<a href="#">
Invoice payments
</a>
</li>
<li>
<a href="#">
Recurring payments
</a>
</li>
<li>
<a href="#">
Partner integrations
</a>
</li>
<li>
<a href="#">
API
</a>
</li>
</ul>
</div>
<div class="col-6 col-md-3 footer-links">
<h5>Help & Resources</h5>
<ul>
<li>
<a href="#">
Support centre
</a>
</li>
<li>
<a href="#">
Guides
</a>
</li>
<li>
<a href="#">
FAQ
</a>
</li>
<li>
<a href="#">
API Documentation
</a>
</li>
<li>
<a href="#">
Customer Offers
</a>
</li>
<li>
<a href="#">
Security
</a>
</li>
</ul>
</div>
<div class="col-6 col-md-3 footer-links">
<h5>Help & Resources</h5>
<ul>
<li>
<a href="#">
About us
</a>
</li>
<li>
<a href="#">
Jobs
</a>
</li>
<li>
<a href="#">
Contributing
</a>
</li>
<li>
<a href="#">
Language Support
</a>
</li>
<li>
<a href="#">
Privacy policy
</a>
</li>
<li>
<a href="#">
Terms of Use
</a>
</li>
<li>
<a href="#">
Cookie Policy
</a>
</li>
<li>
<a href="#">
Contact
</a>
</li>
</ul>
</div>
</div> -->
</footer>
<div class="container">
<div class="row a-center rights-reserved pb-30 pt-30">
<p>© LiquiChain™ Inc. All rights reserved.</p>
</div>
</div>
</main>
</body>
</html>