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
/
index.html
856 lines (818 loc) · 37.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
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
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
<!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="Hybrid Blockchain built for business">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="LTO Network">
<meta property="og:description" content="Hybrid Blockchain built for business">
<meta property="og:image" content="/assets/brand/meta.png">
<meta property="og:url" content="https://lto.network/">
<title>Hybrid Blockchain built for business - LTO Network</title>
<link rel="shortcut icon" href="assets/brand/favicon.png" />
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/prism.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-bash.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-javascript.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-java.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-markup-templating.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-php.min.js"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js"></script>
<script defer src="https://cdn.rawgit.com/JDMcKinstry/JavaScriptDateFormat/master/Date.format.min.js"></script>
<!-- CSS Dependencies -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/themes/prism.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/themes/prism-okaidia.min.css">
<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 rel="stylesheet" href="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/css/LivIconsEvo.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
</head>
<body onload="init()">
<div class="sticky-header">
<div class="lto-logo">
<a href="index.html"><img src="assets/brand/logo-light.svg" width="42"></a>
</div>
<div class="lto-stats-container is-hidden-mobile">
<div class="lto-stats network">
<span class="title">Network</span>
<div class="lto-stats-inner">
<span class="image">
<div class="livicon-evo"
data-options="name: globe.svg; size: 27px; style: lines; strokeWidth: 1; strokeColor: #fff; strokeColorAction: #b3421b; strokeColorAlt: #ffc963; strokeColorAltAction: #ab69c6; fillColor: #91e9ff; fillColorAction: #ff926b; solidColor: #6C7A89; solidColorAction: #4C5A69; solidColorBgAction: #ffffff; solidColorBg: #ffffff; tryToSharpen: true">
</div>
</span>
<span class="val">
Mainnet
</span>
</div>
</div>
<div class="lto-stats transactions-today">
<span class="title">Transactions</span>
<div class="lto-stats-inner">
<span class="image">
<div class="livicon-evo"
data-options="name: clock.svg; size: 27px; style: lines; strokeWidth: 1; strokeColor: #fff; strokeColorAction: #b3421b; strokeColorAlt: #ffc963; strokeColorAltAction: #ab69c6; fillColor: #91e9ff; fillColorAction: #ff926b; solidColor: #6C7A89; solidColorAction: #4C5A69; solidColorBgAction: #ffffff; solidColorBg: #ffffff; tryToSharpen: true">
</div>
</span>
<span class="val">
<svg class="loader" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<circle class="internal-circle" cx="60" cy="60" r="30"></circle>
<circle class="external-circle" cx="60" cy="60" r="50"></circle>
</svg>
</span>
</div>
</div>
<div class="lto-stats transactions-monthly">
<span class="title">Transactions</span>
<div class="lto-stats-inner">
<span class="image">
<div class="livicon-evo"
data-options="name: calendar.svg; size: 27px; style: lines; strokeWidth: 1; strokeColor: #fff; strokeColorAction: #b3421b; strokeColorAlt: #ffc963; strokeColorAltAction: #ab69c6; fillColor: #91e9ff; fillColorAction: #ff926b; solidColor: #6C7A89; solidColorAction: #4C5A69; solidColorBgAction: #ffffff; solidColorBg: #ffffff; tryToSharpen: true">
</div>
</span>
<span class="val">
<svg class="loader" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<circle class="internal-circle" cx="60" cy="60" r="30"></circle>
<circle class="external-circle" cx="60" cy="60" r="50"></circle>
</svg>
</span>
</div>
</div>
<div class="lto-stats nodes">
<span class="title">Nodes</span>
<div class="lto-stats-inner">
<span class="image">
<div class="livicon-evo"
data-options="name: servers.svg; size: 27px; style: lines; strokeWidth: 1; strokeColor: #fff; strokeColorAction: #b3421b; strokeColorAlt: #ffc963; strokeColorAltAction: #ab69c6; fillColor: #91e9ff; fillColorAction: #ff926b; solidColor: #6C7A89; solidColorAction: #4C5A69; solidColorBgAction: #ffffff; solidColorBg: #ffffff; tryToSharpen: true">
</div>
</span>
<span class="val">
<svg class="loader" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<circle class="internal-circle" cx="60" cy="60" r="30"></circle>
<circle class="external-circle" cx="60" cy="60" r="50"></circle>
</svg>
</span>
</div>
</div>
</div>
<div class="nav-button-container is-hidden-mobile">
<a class="nav-button active" href="https://explorer.lto.network" target="_blank">
Explorer
</a>
<a class="nav-button" href="developers.html">
Developer Area
</a>
</div>
</div>
<header class="globalNav noDropdownTransition">
<div class="container-lg">
<ul class="navRoot">
<li class="navSection primary">
<a href="./index.html"><img src="assets/brand/logo-dark.svg" width="154"></a>
<a class="rootLink item-products hasDropdown colorize" data-dropdown="products">
Products
</a>
<a class="rootLink item-usecases colorize" href="usecases.html">
Use cases
</a>
<a class="rootLink item-company hasDropdown colorize" data-dropdown="company">
About us
</a>
<a class="rootLink item-company colorize" href="https://docs.lto.network">
Community
</a>
</li>
<li class="navSection secondary">
<a class="notification rootLink item-dashboard colorize has-text-dark" data-adroll-segment="submit_two" href="https://docs.lto.network">
Community
</a>
<li class="navSection mobile">
<a class="rootLink item-mobileMenu colorize">
<h2>Menu</h2>
</a>
<div class="popup">
<div class="popupContainer">
<a class="popupCloseButton">Close</a>
<div class="mobileProducts">
<h4 class="has-text-dark">Products</h4>
<div class="mobileProductsList">
<ul>
<li>
<a class="linkContainer item-payments" href="proof-engine.html">
<div class="productLinkContent">
<span class="livicon-evo" data-options="name: gear.svg; size: 48px; strokeColor: #7e95ef; strokeColorAlt: #5bddb4; style: linesAlt; tryToSharpen: true"></span>
<div class="linkDescContainer">
<h3 class="linkTitle">Proof Engine</h3>
</div>
</div>
</a>
</li>
<li>
<a class="linkContainer item-payments" href="workflow-engine.html">
<div class="productLinkContent">
<span class="livicon-evo" data-options="name: diagram.svg; size: 48px; strokeColor: #7e95ef; strokeColorAlt: #5bddb4; style: linesAlt; tryToSharpen: true"></span>
<div class="linkDescContainer">
<h3 class="linkTitle">Workflow Engine</h3>
</div>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="mobileSecondaryNav">
<ul>
<li>
<a class="item-pricing has-text-dark" href="usecases.html">
Use cases
</a>
</li>
<li>
<a class="item-pricing has-text-dark" href="about-us.html">
About LTO Network
</a>
</li>
<li>
<a class="item-pricing has-text-dark" href="contact.html">
Contact us
</a>
</li>
<li>
<a class="item-pricing has-text-dark" href="https://docs.lto.network">
Community
</a>
</li>
</ul>
</div>
<a class="mobileSignIn has-text-dark" data-adroll-segment="submit_two" href="developers.html">Developer
Area</a>
</div>
</div>
</li>
</ul>
</div>
<div class="dropdownRoot">
<div class="dropdownBackground" style="transform: translateX(452px) scaleX(0.707692) scaleY(1.1075);">
<div class="alternateBackground" style="transform: translateY(255.53px);"></div>
</div>
<div class="dropdownArrow" style="transform: translateX(636px) rotate(45deg);"></div>
<div class="dropdownContainer" style="transform: translateX(452px); width: 368px; height: 443px;">
<div class="dropdownSection left" data-dropdown="products">
<div class="dropdownContent">
<div class="linkGroup">
<ul class="productsGroup">
<li>
<a class="linkContainer item-payments" href="proof-engine.html">
<div class="productLinkContent">
<span class="livicon-evo" data-options="name: gear.svg; size: 48px; strokeColor: #7e95ef; strokeColorAlt: #5bddb4; style: linesAlt; tryToSharpen: true"></span>
<div class="linkDescContainer">
<h3 class="linkTitle">Proof Engine</h3>
<span class="linkSub">Upgrade your existing systems by adding proof of existence to your crucial
data.</span>
</div>
</div>
</a>
</li>
<li>
<a class="linkContainer item-payments" href="workflow-engine.html">
<div class="productLinkContent">
<span class="livicon-evo" data-options="name: diagram.svg; size: 48px; strokeColor: #7e95ef; strokeColorAlt: #5bddb4; style: linesAlt; tryToSharpen: true"></span>
<div class="linkDescContainer">
<h3 class="linkTitle">Workflow Engine</h3>
<span class="linkSub">A trustless, decentralized system that lets organizations work together
efficiently.</span>
</div>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="dropdownSection right" data-dropdown="company">
<div class="dropdownContent">
<ul class="linkGroup linkList companyGroup">
<li><a class="linkContainer item-about" href="about-us.html">
<h3 class="linkTitle linkIcon">About LTO Network</h3>
</a>
</li>
<li><a class="linkContainer item-customers" href="contact.html">
<h3 class="linkTitle linkIcon">Contact</h3>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="hero is-large">
<div style="width: 100%;height: 625px;position: absolute;z-index: 0;background: #7e95ef;"></div>
<div style="width: 100%;height: 500px;position: absolute;z-index: 0;background: #7e95ef;transform: skewY(5deg);top:300px;">
</div>
<div class="hero-head">
<div class="hero-body" id="hero-body">
<div class="hero-image is-hidden-mobile">
<div class="columns">
<div class="column">
</div>
</div>
</div>
<div class="container has-text-left">
<div class="columns">
<div class="column is-half">
<h1 class="title is-size-1 has-text-white">
Hybrid blockchain
built for business
</h1>
<p class="subtitle animated fadeIn has-margin-top-lg">
We are the trust layer for every business application. Easy, scalable & GDPR compliant.
</p>
<div class="bottom-cta">
<a class="button is-ghost" href="contact.html">
<span>
Get info package
</span>
<span class="icon">
<i class="fas fa-arrow-right"></i>
</span>
</a>
</div>
</div>
<div class="column hero-image">
<div id="map" class="map is-hidden-mobile"></div>
</div>
</div>
</div>
</div>
<div class="lto-card" id="target-audience">
<div class="columns is-vcentered">
<div class="column is-one-quarter">
<a href="./assets/documents/LTO%20Network%20-%20Visionary%20Paper.pdf">
<img src="assets/placeholders/visionary.png" class="box">
</a>
</div>
<div class="column">
<p class="title is-size-4 has-text-dark">Why we created LTO Network
<div class="text-line"></div>
</p>
<div class="content has-text-dark">
<p class="has-text-dark">
Over 10 years ago, the blockchain was invented. Since then, it has been extolled as the revolution in
business technology. But in terms of real world applications that enhance business processes, the
technology struggles to get adopted.
</p>
<p class="has-text-dark">
Instead of focusing on the next revolutionary blockchain that is untested and unproven and light years
away from reality we focused on making technology work for us today!
</p>
<p class="has-text-dark">
LTO Network is a fully decentralized and highly efficient blockchain infrastructure that is easy to
integrate in existing systems that brings efficiency and is production ready.
</p>
</div>
<div class="bottom-cta">
<a class="button is-primary" href="./assets/documents/LTO%20Network%20-%20Visionary%20Paper.pdf">
<span>
Read the report
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="section is-medium has-background-white" id="usp">
<div class="container has-text-centered">
<h2 class="title is-size-2 has-text-dark has-text-centered">Production ready, compliant and easy.</h2>
<div class="columns has-margin-top-xl">
<div class="column">
<div class="lto-card">
<div class="livicon-evo" data-options="name: check-alt.svg; size: 76px; strokeColor: #7e95ef; strokeColorAlt: #5bddb4; style: linesAlt; tryToSharpen: true">
</div>
<p class="title is-size-4 has-text-dark has-margin-top-md">Production Ready</p>
<div class="content bottom-cta has-margin-top-md">
<p class="has-text-dark">
Blockchain projects keep pushing technology boundaries with promising, but untried and untested new
concepts.
</p>
</div>
</div>
<img src="assets/icons/arrow-down.svg" class="arrow-down">
<div class="box box-usp is-vcentered">
<span>
LTO Network optimizes elemental blockchain technology that has proven to work over the last decade.
</span>
</div>
</div>
<div class="column">
<div class="lto-card">
<div class="livicon-evo" data-options="name: balance.svg; size: 76px; strokeColor: #7e95ef; strokeColorAlt: #5bddb4; style: linesAlt; tryToSharpen: true">
</div>
<p class="title is-size-4 has-text-dark has-margin-top-md">Privacy</p>
<div class="content bottom-cta has-margin-top-md">
<p class="has-text-dark">
Blockchains store data in an immutable way and share them across the network. This doesn't meet
the privacy regulations.
</p>
</div>
</div>
<img src="assets/icons/arrow-down.svg" class="arrow-down">
<div class="box box-usp is-vcentered">
<span>
LTO Network allows information to be shared peer-to-peer, where deletion requests propagate to all
parties.
</span>
</div>
</div>
<div class="column">
<div class="lto-card">
<div class="livicon-evo" data-options="name: settings.svg; size: 76px; strokeColor: #7e95ef; strokeColorAlt: #5bddb4; style: linesAlt; tryToSharpen: true">
</div>
<p class="title is-size-4 has-text-dark has-margin-top-md">Integration</p>
<div class="content bottom-cta has-margin-top-md">
<p class="has-text-dark">
Blockchains are siloed and cannot easily communicate with your existing systems. Usually logic is
redefined on Smart Contracts level.
</p>
</div>
</div>
<img src="assets/icons/arrow-down.svg" class="arrow-down">
<div class="box box-usp is-vcentered">
<span>
LTO Network is developed for collaboration using existing systems, with Live Contracts that contain both
on- and off-chain instructions.
</span>
</div>
</div>
</div>
</div>
</section>
<section class="section" style="position: relative;">
<div class="lto-shape-a"></div>
<div class="container lto-card">
<h2 class="title is-size-2 has-text-dark has-text-centered">Why businesses should use a Hybrid Network</h2>
<div class="h1-line"></div>
<p>The promise of blockchain and working together in a seamless and trustless way is something all blockchain
developers are striving for. Businesses tend to lean towards consortium chains to address privacy issues
blockchains traditionally struggle with.</p>
<p>It's hard to get together a consortium where all members feel comfortable with privileges granted to the
authoritative parties in the network. Especially as they are required to switch and rely on an entire new IT
system.</p>
<p>LTO Network allows for ad-hoc collaboration, where rules are determined between parties by a contract only and
not on a network level. Because the entire global network helps to protect integrity, processes may start
centralized, allowing all parties to connect at their own pace.</p>
<p>Blockchain shouldn't require us to throw everything that is currently working for us overboard. With LTO Network we
are breaking the barriers for organizations to reach the next level of efficiency when doing business together.</p>
<div class="columns has-margin-top-sm">
<div class="column has-text-centered">
<div class="bottom-cta">
<a class="button is-primary" href="contact.html">
<span>
Get info package
</span>
<span class="icon">
<i class="fas fa-arrow-right"></i>
</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="section has-background-light is-small" style="position: relative;">
<div class="lto-shape-b"></div>
<div class="container has-text-centered">
<div class="container">
<h2 class="title is-size-2 has-text-dark has-text-centered">Our products</h2>
<div class="h1-line"></div>
<h3 class="subtitle is-size-4 has-text-dark">
LTO Network provides a method to make data tamper-proof and shareable among organizations in a compliant way.
</h3>
<div class="columns has-margin-top-xl proof-engine-section">
<div class="column a is-half has-text-left">
<div class="product-title-container">
<h2 class="gradientTitle is-size-2 has-text-dark">Proof Engine</h2>
</div>
<div class="content has-text-dark">
<p>LTO Network's Proof Engine allows you to secure any digital data against manipulation, protecting
businesses against digital fraud.</p>
<p>Our Proof Engine is easy to integrate in existing IT infrastructures and connect to any (legacy) system
through an API.</p>
<p>Add a layer of trust to invoices, medical records, emails, documents and other digital data in a matter
of minutes at a fraction of the costs.</p>
</div>
<div class="field is-grouped">
<p class="control has-text-dark">
<a href="proof-engine.html" class="button is-text">
<span>
Read more
</span>
<span class="icon">
<i class="fas fa-arrow-right"></i>
</span>
</a>
</p>
</div>
</div>
<div class="column call-widget-container">
<call-widget></call-widget>
</div>
</div>
</div>
</div>
<div style="position: relative;">
<div class="lto-shape-c"></div>
</div>
<div class="container has-text-centered has-margin-top-xl">
<div class="container">
<div class="columns workflow-engine-section">
<div class="column a">
<img src="./assets/images/workflow-demo-chart.svg" />
</div>
<div class="column b is-half has-text-left">
<div class="product-title-container">
<h2 class="gradientTitle is-size-2 has-text-dark">Workflow Engine</h2>
</div>
<div class="content has-text-dark">
<p>Data silos are the top barrier for organizations to reach the next level of efficiency when doing
business together. This is hard to solve as stakeholders are reluctant to create and manage shared
systems that allow for automation and effective collaboration. </p>
<p>LTO Network has created a tamper-proof system that lets organizations create trustless, automated
workflows to operate on equal footing through so-called "Live Contracts". </p>
<p>We are solving the 'silo effect' for every organization.</p>
</div>
<div class="field is-grouped">
<p class="control has-text-dark">
<a href="workflow-engine.html" class="button is-text">
<span>
Read more
</span>
<span class="icon">
<i class="fas fa-arrow-right"></i>
</span>
</a>
</p>
</div>
</div>
</div>
</div>
<div class="columns has-margin-top-sm">
<div class="column has-text-centered">
<div class="bottom-cta">
<a class="button is-primary" href="contact.html">
<span>
Get info package
</span>
<span class="icon">
<i class="fas fa-arrow-right"></i>
</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="section is-medium has-background-light">
<div class="container">
<h2 class="title is-size-2 has-text-dark has-text-centered">Inside a LTO Node</h2>
<div class="h1-line is-centered"></div>
<h3 class="subtitle has-text-dark has-text-centered is-size-4">
A node consists of an orchestrated cluster of Docker containers, capable of scaling to any size.<br>
<strong class="has-text-dark">Select any component in the diagram below to learn more about our setup.</strong>
</h3>
<div class="tiles-container has-margin-top-xl">
<div class="tiles lto-card">
<div class="arrow a"></div>
<div class="arrow b"></div>
<div class="arrow c"></div>
<div class="arrow d"></div>
<div class="arrow e"></div>
<div class="arrow f"></div>
<div class="arrow g"></div>
<div class="arrow h"></div>
<div class="tile-group rest-api-layer-container">
<span>Rest Api Layer</span>
<div class="tile">
<span class="title is-size-6">Api Gateway</span>
</div>
</div>
<div class="tile-group application-layer-container">
<span>Application Layer</span>
<div class="tile invisible is-hidden-mobile"></div>
<div class="tile">
<span class="title is-size-6">Workflow Engine</span>
</div>
<div class="tile invisible is-hidden-mobile"></div>
<div class="tile">
<span class="title is-size-6">Event Chain Service</span>
</div>
<div class="tile invisible is-hidden-mobile"></div>
</div>
<div class="tile-group private-chain-layer-container">
<span>Private Chain Layer</span>
<div class="tile">
<span class="title is-size-6">Queuer Service</span>
</div>
<div class="tile">
<span class="title is-size-6">Message Queue</span>
</div>
<div class="tile">
<span class="title is-size-6">Dispatcher Service</span>
</div>
<div class="tile invisible is-hidden-mobile"></div>
</div>
<div class="tile-group global-chain-layer-container">
<span>Global Chain Layer</span>
<div class="tile invisible is-hidden-mobile"></div>
<div class="tile">
<span class="title is-size-6">Proof Engine</span>
</div>
</div>
</div>
<div class="tile-sidebar is-4 is-parent is-vertical lto-card">
<article class="tile inside-node">
<div class="content">
<p class="tile-title is-size-6 title">Workflow Engine</p>
<div class="tile-content">
The Workflow Engine facilitates running processes and holding the state.
<ul>
<li>Processes are modeled as deterministic extended finite state machines.</li>
<li>System actions can be performed by the node without requiring human interaction.</li>
</ul>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<section class="section is-medium has-background-light" style="position: relative;">
<div class="lto-shape-d"></div>
<div class="container has-text-centered">
<h2 class="title is-size-2 has-text-dark has-text-centered">Our Clients</h2>
<div class="h1-line is-centered"></div>
<h3 class="subtitle has-text-dark has-text-centered is-size-4">
We provide the most lightweight and easy to implement blockchain solution that is currently available. Learn
more about our use cases or contact our team to see if LTO Network can unlock value for your organization.
</h3>
<div class="columns is-centered is-multiline has-margin-top-lg">
<div class="column is-vcentered">
<div class="lto-card image f-client-container flex fcolumn fcenter" id="clients">
<img src="assets/clients/ilt_white.png">
<div class="client-description">
<h3 class="subtitle">Custodian chain</h3>
<p>LTO Network enabled us to digitize the international waste transportations. Earlier, a paper-based
transaction took place at each physical stop of the truck. Now, real-time transparency is ensured for
all stakeholders, while providing the authorities with the information to better predict and fine
illegitimate transactions. Bringing efficiency and reduction in process time”</p>
</div>
<div class="cc-card a"></div>
</div>
</div>
<div class="column is-vcentered">
<div class="lto-card image f-client-container flex fcolumn fcenter" id="clients">
<img src="assets/clients/capptions_white.png">
<div class="client-description">
<h3 class="subtitle">Audit trail</h3>
<p>In order to provide an extra layer of data security & strict compliance rules that are adherent to
inspection reports and data entries we implemented LTO Network into our Capptions application. With more
than 20.000 users of the app we need to handle a lot of data and rely on a scalable infrastructure and
instant verification. With LTO Network this is possible.</p>
</div>
<div class="cc-card b"></div>
</div>
</div>
<div class="column is-vcentered">
<div class="lto-card image f-client-container flex fcolumn fcenter" id="clients">
<img src="assets/clients/signrequest_white.png">
<div class="client-description">
<h3 class="subtitle">Time stamping</h3>
<p>We experimented with document time stamping through multiple blockchains. However if we wanted to
include the blockchain timestamp proof in the log of the signed document we required instant
verification. With LTO Network we can add instant immutability to the documents being signed on our
platform.</p>
</div>
<div class="cc-card c"></div>
</div>
</div>
</div>
<div class="columns is-centered is-vcentered has-margin-top-lg s-client-container">
<div class="column is-narrow">
<div class="image has-text-centered">
<img src="assets/clients/firm24.svg" class="client-img">
</div>
</div>
<div class="column is-narrow">
<div class="image has-text-centered">
<img src="assets/clients/dekra.png" class="client-img">
</div>
</div>
<div class="column is-narrow">
<div class="image has-text-centered">
<img src="assets/clients/cloud9.png" class="client-img">
</div>
</div>
<div class="column is-narrow">
<div class="image has-text-centered">
<img src="assets/clients/stena.png" class="client-img">
</div>
</div>
<div class="column is-narrow">
<div class="image has-text-centered">
<img src="assets/clients/taxtimbre.png" class="client-img">
</div>
</div>
<div class="column is-narrow">
<div class="image has-text-centered">
<img src="assets/clients/generali.png" class="client-img">
</div>
</div>
</div>
<div class="columns is-centered is-vcentered s-client-container">
<div class="column is-narrow">
<div class="image has-text-centered">
<img src="assets/clients/cms.svg" class="client-img">
</div>
</div>
<div class="column is-narrow">
<div class="image has-text-centered">
<img src="assets/clients/osre.png" class="client-img">
</div>
</div>
<div class="column is-narrow">
<div class="image has-text-centered">
<img src="assets/clients/avr.png" class="client-img">
</div>
</div>
<div class="column is-narrow">
<div class="image has-text-centered">
<img src="assets/clients/ovam.png" class="client-img">
</div>
</div>
<div class="column is-narrow">
<div class="image has-text-centered">
<img src="assets/clients/indaver.png" class="client-img">
</div>
</div>
<div class="column is-narrow">
<div class="image has-text-centered">
<img src="assets/clients/mseven.png" class="client-img">
</div>
</div>
</div>
<a class="button is-primary has-margin-top-lg" href="usecases.html">
<span>
Explore use cases
</span>
</a>
</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="http://medium.com/ltonetwork">
<span class="icon">
<i class="fab fa-medium-m"></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. <br>
<small>
Incorporated by <a href="https://www.firm24.com/bv-oprichten/" target="_blank" alt="Firm24" class="is-size-7">Firm24</a>
</small>
</p>
<p>
<small>
<a href="documents/privacy-policy.pdf" target="_blank" alt="Privacy Policy" class="is-size-7">Privacy Policy</a> - <a href="documents/cookie-statement.pdf" target="_blank" alt="Cookie Statement" class="is-size-7">Cookie Statement</a>
</small>
</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script defer src="js/custom/menu.js"></script>
<script defer src="js/custom/map.js"></script>
<script defer src="js/custom/products.js"></script>
<script defer src="js/custom/call-widget.js"></script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/tools/snap.svg-min.js">
</script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/tools/TweenMax.min.js">
</script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/tools/DrawSVGPlugin.min.js">
</script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/tools/MorphSVGPlugin.min.js">
</script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/tools/verge.min.js">
</script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/LivIconsEvo.defaults.js"></script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/LivIconsEvo.min.js">
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-62115237-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-62115237-2');
</script>
<script type="text/javascript">
_linkedin_partner_id = "1417473";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script>
<script type="text/javascript">
(function() {
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";
b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);
})();
</script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=1417473&fmt=gif" /> </noscript>
</body>
</html>