This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
integrators.html
executable file
·894 lines (858 loc) · 46.6 KB
/
integrators.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
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
<!doctype html>
<html class="no-js" lang="en-US">
<head>
<!-- DEFAULT META TAGS -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta property="og:title" content="LTO Network - Integrators">
<meta property="og:description" content="Hybrid Blockchain for Decentralized Workflows">
<meta property="og:image" content="/img/meta.png">
<meta property="og:url" content="http://lto.network/integrators.html">
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400italic,700italic" rel="stylesheet" type="text/css">
<!-- CSS -->
<!--<link rel="stylesheet" id="default-style-css" href="files/css/style.css" type="text/css" media="all"/>-->
<!--<link rel="stylesheet" id="fontawesome-style-css" href="files/css/font-awesome.min.css" type="text/css" media="all"/>-->
<!--link rel="stylesheet" id="ionic-icons-style-css" href="files/css/ionicons.css" type="text/css" media="all"/-->
<!--link rel="stylesheet" id="ionic-icons-style-css" href="files/css/icomoon.css" type="text/css" media="all"/-->
<!--<link rel="stylesheet" id="revolution-slider-main-css" href="files/revolution/css/settings.css" type="text/css"-->
<!--media="all"-->
<!--/>-->
<!--<link rel="stylesheet" id="revolution-slider-layer-css" href="files/revolution/css/layers.css" type="text/css"-->
<!--media="all"-->
<!--/>-->
<!--<link rel="stylesheet" id="revolution-slider-nav-css" href="files/revolution/css/navigation.css" type="text/css"-->
<!--media="all"-->
<!--/>-->
<!--<link rel="stylesheet" id="owlcarousel-css" href="files/css/owl.carousel.css" type="text/css" media="all"/>-->
<!--<link rel="stylesheet" id="lightcase-css" href="files/css/lightcase.css" type="text/css" media="all"/>-->
<!--<link rel="stylesheet" id="isotope-style-css" href="files/css/isotope.css" type="text/css" media="all"/>-->
<!--<link rel="stylesheet" id="mqueries-style-css" href="files/css/mqueries.css" type="text/css" media="all"/>-->
<!-- Step Form Wizard plugin -->
<!--<link rel="stylesheet" href="files/css/step-form-wizard-all.css" type="text/css" media="screen, projection">-->
<!-- nicer scroll in steps -->
<!--<link rel="stylesheet" href="files/css/jquery.mCustomScrollbar.min.css">-->
<link rel="stylesheet" href="files/dist/compress.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="files/css/iso_bootstrap4.0.0min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!--<link rel="stylesheet" href="files/css/style.css">-->
<!-- FAVICON -->
<link rel="shortcut icon" href="img/favicon.png" />
<!-- DOCUMENT TITLE -->
<title>LTO · Toolkit for Trustless Workflows</title>
<!-- Popup script -->
<!--script type="text/javascript" src="https://downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script!-->
<!-- End popup script -->
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({'gtm.start':
new Date().getTime(), event: 'gtm.js'});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-PBRZ65L');</script>
<!-- End Google Tag Manager -->
<!-- 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>
<!-- Intercom -->
<!--script>
var alignment = 'right';
// if (window.innerWidth < 599) {
// alignment = 'left';
// } else {
// alignment = 'right';
// }
window.intercomSettings = {
app_id: 'g247sp2q',
vertical_padding: 110,
alignment: alignment
};
(function() { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic('reattach_activator');
ic('update', intercomSettings); } else { var d = document; var i = function() { i.c(arguments) };
i.q = [];
i.c = function(args) { i.q.push(args) };
w.Intercom = i;
function l() { var s = d.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = 'https://widget.intercom.io/widget/g247sp2q'; var x = d.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x); } if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); } } })()
</script!-->
</head>
<body data-gr-c-s-loaded="true" class="page-is-loaded">
<!-- PAGE CONTENT -->
<div id="page-content">
<noscript>
<div class="noscript">
<p>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support.
<br> See <a href="https://www.enable-javascript.com/">here</a> for help.</p>
</div>
</noscript>
<!-- HEADER -->
<header id="header" class="header-bordered header-transparent transparent-light">
<div class="header-inner clearfix">
<!--LOGO-->
<div id="logo" class="left-float">
<a href="index.html">
<img id="scroll-logo" src="img/logo/icon-purple.png"
srcset="img/logo/icon-purple.png 1x, img/logo/icon-purple.png 2x" alt="Logo Scroll">
<img id="dark-logo" src="img/logo/icon-dark-purple.png"
srcset="img/logo/icon-dark-purple.png 1x, img/logo/icon-dark-purple.png 2x"
alt="Logo Dark">
<img id="light-logo" src="img/logo/icon-white.png"
srcset="img/logo/icon-white.png 1x, img/logo/icon-white.png 2x" alt="Logo Light">
</a>
</div>
<!-- MAIN NAVIGATION -->
<div id="menu" class="right-float clearfix">
<a href="#" class="responsive-nav-toggle">
<span class="hamburger"></span>
</a>
<!-- <div class="flag-section">
<a href="br"><img src="img/flags/br.png">
</a>
</div> -->
<div class="menu-inner">
<nav id="main-nav">
<ul>
<!-- <li class="">
<a href="#" target="ltodemo">Demo</a>
</li> -->
</ul>
</nav>
</div>
<!-- END .menu-inner -->
</div>
<!-- END #menu -->
</div>
<!-- END .header-inner -->
</header>
<!-- HEADER END-->
<!-- STICKY BOTTOM BAR -->
<!--
<div class="sticky-bottom">
<div class="wrapper">
<div class="socialsBlock purpleSection">
<ul class="sticky-bottom__socials socialmedia-widget size-huge">
<li class="telegram">
<a href="https://t.me/joinchat/AJWQTUDKtDlsuGHVFb40eQ" target="_blank"></a>
</li>
<li class="github">
<a href="https://github.com/legalthings" target="_blank"></a>
</li>
<li class="linkedin">
<a href="https://www.linkedin.com/company/9269038/" target="_blank"></a>
</li>
<li class="twitter">
<a href="https://twitter.com/livecontracts" target="_blank"></a>
</li>
</ul>
</div>
<p><span>Public Sale</span><span id="bottom_countdown"></span></p>
<a class="lto-subscribe sr-button inline button-1-ghost button-medium circled">Register now</a>
</div>
</div>
-->
<!-- STICKY BOTTOM BAR END -->
<!-- HERO -->
<section id="hero"
class="hero-full parallax-section parallax-image-2">
<div class="hero-nav hero-nav--mobile">
<div class="hero-nav__menu">
<a href="index.html" class="hero-nav__menu-list hero-nav__menu-list">Home</a>
<a href="index.html#discover" class="hero-nav__menu-list">Documentation</a>
<a href="integrators.html" class="hero-nav__menu-list hero-nav__menu-list">Integrators</a>
<a href="index.html#meet-the-team" class="hero-nav__menu-list">Team</a>
<a href="timeline.html" class="hero-nav__menu-list hero-nav__menu-list">Timeline</a>
</div>
<div class="hero-nav__socials">
<a href="https://medium.com/ltonetwork" class="hero-nav__socials-icon" target="_blank">
<i class="fab fa-medium"></i>
</a>
<a href="https://twitter.com/ltonetwork" class="hero-nav__socials-icon" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.youtube.com/channel/UCaHcF-xterKYTKSpY4xgKiw" class="hero-nav__socials-icon"
target="_blank">
<i class="fab fa-youtube"></i>
</a>
<a href="https://www.reddit.com/r/LTONetwork/" class="hero-nav__socials-icon" target="_blank">
<i class="fab fa-reddit"></i>
</a>
<a href="https://github.com/legalthings" class="hero-nav__socials-icon" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://t.me/LTOnetwork" class="hero-nav__socials-icon"
target="_blank">
<i class="fab fa-telegram-plane"></i>
</a>
</div>
<!--div class="hero-nav__socials">
<a href="integrators_ru.html" class="hero-nav__socials-icon">
<img src="img/flags/ru.png" class="flags">
</a>
<!-a href="integrators_cn.html" class="hero-nav__socials-icon">
<img src="img/flags/cn.png" class="flags">
</a!-->
<!--a href="integrators_kr.html" class="hero-nav__socials-icon">
<img src="img/flags/kr.png" class="flags">
</a>
</div!-->
</div>
<div class="hero-nav">
<div class="wrapper">
<div class="hero-nav__logo">
<a href="index.html"><h1>LTO Network</h1></a>
</div>
<div class="hero-nav__menu animated">
<a href="index.html" class="hero-nav__menu-list hero-nav__menu-list">Home</a>
<a href="index.html#discover" class="hero-nav__menu-list">Documentation</a>
<a href="integrators.html" class="hero-nav__menu-list hero-nav__menu-list">Integrators</a>
<a href="index.html#meet-the-team" class="hero-nav__menu-list">Team</a>
<a href="timeline.html" class="hero-nav__menu-list hero-nav__menu-list">Timeline</a>
</div>
<div class="hero-nav__socials">
<a href="https://medium.com/ltonetwork" class="hero-nav__socials-icon" target="_blank">
<i class="fab fa-medium"></i>
</a>
<a href="https://twitter.com/ltonetwork" class="hero-nav__socials-icon" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.youtube.com/channel/UCaHcF-xterKYTKSpY4xgKiw" class="hero-nav__socials-icon"
target="_blank">
<i class="fab fa-youtube"></i>
</a>
<a href="https://www.reddit.com/r/LTONetwork/" class="hero-nav__socials-icon" target="_blank">
<i class="fab fa-reddit"></i>
</a>
<a href="https://github.com/legalthings" class="hero-nav__socials-icon" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://t.me/LTOnetwork" class="hero-nav__socials-icon"
target="_blank">
<i class="fab fa-telegram-plane"></i>
</a>
<!--a href="integrators_ru.html" class="hero-nav__socials-icon">
<img src="img/flags/ru.png" class="flags">
</a!-->
<!--a href="integrators_cn.html" class="hero-nav__socials-icon">
<img src="img/flags/cn.png" class="flags">
</a!-->
<!--a href="integrators_kr.html" class="hero-nav__socials-icon">
<img src="img/flags/kr.png" class="flags">
</a!-->
</div>
<div class="hero-nav__bars fa fa-bars"></div>
</div>
</div>
<div class="spacer-big"></div>
<div id="page-title" class="wrapper align-center">
<!--<h1>LTO</h1>-->
<h2 class="partnerh2 mob-fix">Add blockchain to your <br> solution with LTO Network</h2>
<div class="spacer-small"></div>
<h3 class="subtitle-1 mobile-h3">
<p>
The LTO toolkit allows solution providers and independent software vendors to upgrade their existing apps, systems and processes with increased security and transparency by using blockchain while maintaining data privacy and GDPR compliance.
</p>
</h3>
<div class="column-section partner-logos clearfix">
<div class="column one-sixth align-center">
<img src="img/customers/overheid.svg" class="vertical-align" style="height: 75px;"/>
</div>
<div class="column one-sixth align-center" style="">
<img src="img/partners/logo_poa.svg" class="vertical-align" style="height: 40px;"/>
</div>
<div class="column one-sixth align-center">
<img src="img/partners/nucypher.png" class="vertical-align" style="height: 60px;"/>
</div>
<div class="column one-sixth align-center" >
<img src="img/partners/cpchain_logo.svg" class="vertical-align" style="height: 60px;"/>
</div>
<div class="column one-sixth align-center" >
<img src="img/customers/cms.png" class="vertical-align" style="height: 60px;"/>
</div>
<div class="column one-sixth last-col align-center">
<img src="img/partners/capptions.svg" class="vertical-align" style="height: 60px;"/>
</div>
</div>
</div>
<div id="stick-here"></div>
<div id="stickThis">
<a href="#hero">Overview</a>
<a href="#why-us">Why us?</a>
<a href="#benefits">Benefits</a>
<a href="#analyze">Analyze</a>
<a href="#solutions">Solutions</a>
<a href="#tech">Tech</a>
<a href="#node">Pick a Node</a>
<a href="#ready">Ready?</a>
<a href="#getintouch">Get in touch</a>
</div>
<!-- Partners & Clients !-->
<!--div class="hero_customers">
<div class="hero_partners align-center">
<!--<h5>Strategic partners</h5>!-->
</div>
<!--
<div class="hero_customers_container">
<div class="hero_customers_container__image">
<a href="https://medium.com/legalthingsone/compliance-matters-legalthings-one-signs-strategic-partnership-with-waves-7dc8d7fc5281" target="_blank"><img style="" src="img/customers/waves.png"/></a>
</div>
<div class="hero_customers_container__image">
<a href="https://medium.com/legalthingsone/nucypher-legalthings-one-epd-made-possible-by-live-contracts-and-re-encryption-db8cbd818ea2" target="_blank"><img style="" src="img/partners/nucypher.png"/></a>
</div>
<div class="hero_customers_container__image">
<a href="https://medium.com/legalthingsone/poa-network-x-legalthings-one-making-blockchains-gdpr-compliant-23d009f7cea1" target="_blank"><img style="" src="img/partners/logo_poa.svg"/></a>
</div>
</div>
<div class="hero_customers_clients">
<div class="hero_customers_clients__divider"></div>
<!--<h5>CLIENTS WHO ALREADY USE THE PLATFORM</h5>!-->
<!--
<h5>Partners & Clients</h5>
</div>
<div class="hero_customers_container">
<div class="hero_customers_container__image">
<a href="https://merin.nl/en/" target="_blank">
<img src="img/customers/merin_logo_black.png"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://www.dekra.com/en-us/home/" target="_blank">
<img style="" src="img/customers/dekra_logo_2.png"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://www.cloud9music.nl/" target="_blank">
<img src="img/customers/cloud9_logo_2.png"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://www.ilent.nl/" target="_blank">
<img src="img/customers/government_of_the_netherlands_2.jpg"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://www.stenarealty.com" target="_blank">
<img src="img/customers/stena.png"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://www.taxtimbre.com" target="_blank">
<img src="img/customers/taxtimbre.png"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://www.cemex.com" target="_blank">
<img src="img/customers/cemex.png"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://www.generali.com" target="_blank">
<img style="" src="img/customers/generali.png"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://firm24.com" target="_blank">
<img src="img/customers/firm24-color.png"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://www.ovam.be" target="_blank">
<img src="img/customers/ovam.jpg"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://www.avr.nl" target="_blank">
<img src="img/customers/avr.jpg"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://www.indaver.be/" target="_blank">
<img src="img/customers/indaver.jpg"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://www.ah.nl/over-ah" target="_blank">
<img style="" src="img/customers/ah.png"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://cms.law" target="_blank">
<img src="img/customers/cms.png"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://www.m7re.eu" target="_blank">
<img src="img/customers/mseven.jpg"/>
</a>
</div>
<div class="hero_customers_container__image">
<a href="https://houseafrica.io" target="_blank">
<img src="img/customers/houseafrica.jpg"/>
</a>
</div>
</div>
--!>
<!-- END #page-title -->
</section>
<!-- HERO -->
<!-- PAGEBODY -->
<div class="spacer-mini" id="why-us"></div>
<div class="whySectionBg row-section text-light">
<div class="wrapper clearfix">
<div class="spacer-mini"></div>
<h2 class="align-center">
<strong> Why LTO Network? </strong>
</h2>
<h5 class="subtitle-2">
LTO Network is the blockchain solution integrators dreamed of.<br> Here’s why.
</h5>
<div class="spacer-small"></div>
<div class="why-block">
<a class="why-block__element disabled" href="javascript:void(0);" target="_blank">
<!--div class="solutions-block__image">
<img src="img/technical_whitepaper.png" class="blog-media__icon" alt="Visionary whitepaper">
</div!-->
<div class="why-block__info align-center">
<div class="why-block__title">
MULTI-LAYER APPROACH TOWARDS BLOCKCHAIN
</div>
<div class="why-block__text">
Use our blockchain for simply anchoring existing business processes or build groundbreaking decentralized workflows which will significantly increase productivity and collaboration between parties.
</div>
</div>
</a>
<a class="why-block__element disabled" href="javascript:void(0);" target="_blank">
<!--div class="solutions-block__image">
<img src="img/live_contract.png" class="blog-media__icon" alt="Technical whitepaper">
</div!-->
<div class="why-block__info align-center">
<div class="why-block__title">
GDPR and Data Privacy compliance
</div>
<div class="why-block__text">
Compliance regulations form a challenge to traditional blockchains. LTO Network developed a solution which makes it not only compatible with GDPR, but also desirable in sense of data privacy.
</div>
</div>
</a>
<a class="why-block__element disabled" href="javascript:void(0);" target="_blank">
<!--div class="solutions-block__image">
<img src="img/dtm.png" class="blog-media__icon" alt="Tokenomics whitepaper">
</div!-->
<div class="why-block__info align-center">
<div class="why-block__title">
Run ‘net-zero’ on your transactions
</div>
<div class="why-block__text">
No more need to constantly pay transaction fees. Becoming a joint business builder allows you to eliminate recurring costs with our unique economic model.
</div>
</div>
</a>
</div>
</div>
</div>
<div class="row-section-2 wrapper benefits" id="benefits">
<h2 class="align-center">
<strong>Benefit from our experience</strong>
</h2>
<h5 class="subtitle-2">
Designing blockchain solutions ourselves, we got acquainted with our clients needs, wishes and hesitations towards incorporating blockchain into their organization.<br><br>
We’re here to help you set out the path towards integration.
</h5>
<div class="spacer-big"></div>
<div class="column two-third">
<div class="column one-half align-center">
<img src="img/icons/analyze.svg">
<h5>Analyze</h5>
<p>
By analyzing clients’ needs and wishes, you will find surprisingly many areas of blockchain application.
</p>
</div>
<div class="column one-half last-col align-center">
<img src="img/icons/design.svg">
<h5>Design & Build</h5>
<p>
Get acquainted with our versatile developer toolkit and take your solution or software to the next level.
</p>
</div>
</div>
<div class="column one-third last-col align-center">
<img src="img/icons/increase.svg">
<h5>Increase revenue</h5>
<p>
Upgrade your existing business model by offering clients all types of blockchain benefits through scalable solutions.
</p>
</div>
</div>
</div>
<hr class="pretty-hr">
<div class="row-section-3 wrapper" id="analyze">
<h2 class="align-center">
<strong>Analyze the situation</strong>
</h2>
<h5 class="subtitle-2">
Add blockchain to both your own and your clients processes through
various integration possibilities.
<br><br>
Which ones are you going to use?
</h5>
<div class="spacer-big"></div>
<div class="column-section clearfix">
<div class="column one-fourth align-center">
<img src="img/icons/create.svg">
<h5>Create</h5>
<p>
Create new blockchain based solutions by combining new-age technologies, delivering mind blowing experiences.
</p>
<p>
<strong>Example:</strong><br> Delivering end-to-end Proof-of-Authenticity on CBD Hemp Oil
</p>
</div>
<div class="column one-fourth align-center">
<img src="img/icons/extend.svg">
<h5>Extend</h5>
<p>
Extend existing systems with blockchain technology, adding extra layers of security and transparency.
</p>
<p>
<strong>Example:</strong><br> Add blockchain verification to digital signatures
</p>
</div>
<div class="column one-fourth align-center">
<img src="img/icons/connect.svg">
<h5>Connect</h5>
<p>
Connect existing systems and (mobile) applications to the network and have them collaborate on the blockchain. No more need for expensive IT-overhauls.
</p>
<p>
<strong>Example:</strong><br> The flawless transition to a blockchain based waste management system
</p>
</div>
<div class="column one-fourth last-col align-center">
<img src="img/icons/integrate.svg">
<h5>Integrate</h5>
<p>Integrate existing systems using the LTO public blockchain, specifically build for anchoring.
</p>
<p>
<strong>Example:</strong><br> Anchor transactions on KYC procedures in legacy systems
</p>
</div>
</div>
</div>
</div>
<div class="spacer-small"></div>
<div class="align-center">
<p>
<a href="mailto:[email protected]" class="sr-button button-1 algin-center">Get started!</a>
</p>
</div>
<div class="spacer-small"></div>
<div id="solutions" class="">
<div class="wrapper">
<h2 class="align-center text-light">
<strong>Real-world solutions</strong>
</h2>
<h5 class="subtitle-2 text-light">
LTO Network delivers blockchain solutions to various industries.
<br><br>
Either based on functional anchoring or decentralized workflows. Read our client success stories below and become inspired.
</h5>
<div class="spacer-small"></div>
<div class="solutions-block">
<a class="solutions-block__element disabled" href="javascript:void(0);" target="_blank">
<!--div class="solutions-block__image">
<img src="img/technical_whitepaper.png" class="blog-media__icon" alt="Visionary whitepaper">
</div!-->
<div class="solutions-block__info align-center">
<div class="solutions-img">
<img src="img/customers/overheid.svg"/>
</div>
<div class="solutions-block__title">
International waste transport with blockchain technology
</div>
<div class="solutions-block__text">
The Dutch government commissioned LTO Network to reduce the supervision costs related to European waste transportation. By combining blockchain technology with existing IT-systems, the inspection authorities can automate a significant portion of their tasks.
</div>
</div>
</a>
<a class="solutions-block__element disabled" href="javascript:void(0);" target="_blank">
<!--div class="solutions-block__image">
<img src="img/live_contract.png" class="blog-media__icon" alt="Technical whitepaper">
</div!-->
<div class="solutions-block__info align-center">
<div class="solutions-img">
<img src="img/customers/signrequest.svg"/>
</div>
<div class="solutions-block__title">
Notarizing digital documents with Proof-of-Existence
</div>
<div class="solutions-block__text">
When someone changes as little as a pixel in a (legal) document, the hash of the signed document will no longer correspond with the hash on the blockchain. Now, everyone can check whether a document has been tampered with.
</div>
</div>
</a>
<a class="solutions-block__element disabled" href="javascript:void(0);" target="_blank">
<!--div class="solutions-block__image">
<img src="img/dtm.png" class="blog-media__icon" alt="Tokenomics whitepaper">
</div!-->
<div class="solutions-block__info align-center">
<div class="solutions-img">
<img src="img/customers/cms-color.svg"/>
</div>
<div class="solutions-block__title">
Fully decentralized commercial rental agreements
</div>
<div class="solutions-block__text">
LTO Network and CMS Law redefine the classic agreement in which documents and signatures are the base of agreements. With LTO, only data and process steps will remain, that are trusted and legitimized by default using blockchain technology.
</div>
</div>
</a>
</div>
</div>
</div>
<div class="row-section-3 wrapper" id="tech">
<h2 class="align-center">
<strong>Tech</strong>
</h2>
<h5 class="subtitle-2">
We obsessively seek out elegant, composable abstractions that enable robust, scalable, flexible integrations. Because we eliminate needless complexity you can start with LTO Network in just a couple of minutes.
</h5>
<div class="spacer-small"></div>
<div class="align-center">
<a href="https://playground.legalthings.one" target="_blank">
<img src="img/bg/playground.svg" class="" alt="LTO Network - Tech Playground">
</a>
<a href="https://playground.legalthings.one" target="_blank" class="sr-button button-1 button-small rounded"> Explore our Playground
</a>
</div>
<div class="spacer-small"></div>
<h5 class="subtitle-2 align-center">
Need help with the tech? <a href="mailto:[email protected]">Contact us</a>
</div>
<hr class="pretty-hr">
<!--div class="purple-divider fullwidth-section text-light top-quotes-block parallax-section" data-parallax-image="img/quote_pic.jpg"></div!-->
<div class="row-section-3 wrapper" id="node">
<h2 class="align-center">
<strong>Pick a Node</strong>
</h2>
<h5 class="subtitle-2">
LTO Network offers two types of nodes. <br>
A free community node and a licensed enterprise node.
</h5>
<div class="spacer-small"></div>
<div class="column one-half align-center">
<div class="nodes">
<h5> Community Edition </h5>
<p>
The community node contains all services required to manage processes, as well as anchoring on our global public blockchain.
</p>
<p>
The node exposes a JSON REST API, for connecting your own applications to the blockchain. Open source client libraries with a whole range of languages are provided. The community node can be downloaded free of charge.
</p>
<img src="img/bg/cn.svg" class="node-img">
</div>
</div>
<div class="column one-half last-col align-center">
<div class="nodes">
<h5> Enterprise Edition </h5>
<p>
The enterprise node includes a user interface and additional services like a KMS, proxy re-encryption service, document management system, role based access management and full text search.
</p>
<p>
This monthly enterprise license includes certification, SLA and support for enterprise clients. Additional anchoring fees are based on usage
</p>
<img src="img/bg/en.svg" class="node-img">
</div>
</div>
</div>
</div>
<div id="ready" class="ready-section text-light">
<div class="wrapper clearfix">
<div class="spacer-mini"></div>
<h2 class="align-center">
<strong> Ready. Set. Go! </strong>
</h2>
<h5 class="subtitle-2">
LTO Network is the blockchain solution integrators dreamed of.<br> Here’s why.
</h5>
<div class="spacer-medium"></div>
<div class="column one-half">
<h5>Checking your solution for market readiness</h5>
<p>
The product is built. Now you need help validating your market strategy. Have a chat with us, and we will give you advice! After that is done, you can apply to become LTO Certified.
</p>
<p>
<h5>LTO Certified</h5>
</p>
<p>
Our technical team and advisory board can verify your software, help with the integrations and get it tested by LTO experts.<br><strong>This allows you to: </strong></br>
</p>
• Get a boost with the help of our community and media channels.<br>
• Add a credibility layer to our product with LTO Network logo and expertise.<br>
• Become a partner at our events and present your product to real-world clients.
</div>
<div class="column one-half last-col">
</div>
</div>
</div>
</div>
<div id="getintouch" class="touch-section">
<div class="spacer-small"></div>
<div class="wrapper clearfix">
<h2 class="align-center">
<strong> Get in touch with us </strong>
</h2>
<h5 class="subtitle-2">
Need guidance or help?<br> LTO Network is here to help you!
</h5>
<div class="spacer-medium"></div>
<div class="column one-half align-center">
<img src="img/icons/partner.svg">
<h5>Become a partner/integrator</h5>
<p>
Get in touch with us to discuss your business model and how to best integrate it with the LTO Network ecosystem.
</p>
<p>
<a href="mailto:[email protected]" class="sr-button button-1 button-small rounded">Contact us</a>
</p>
</div>
<div class="column one-half last-col align-center">
<img src="img/icons/partner.svg">
<h5>Kickstart your new business</h5>
<p>
We are looking for ambitious teams to create new businesses using the LTO Network, offering grants and help for project development.
</p>
<p>
<a href="mailto:[email protected]" class="sr-button button-1 button-small rounded">Contact us</a>
</p>
</div>
</div>
</div>
</div>
<footer id="footer" class="footer-dark text-light">
<div class="wrapper column-section">
<div class="column one-third">
<div class="copyright">
©2018 <strong>LTO Network</strong> by <a href="https://legalthings.io" alt="LegalThings" class="text-light"><strong>LegalThings</strong></a><br>
<small class="button-mob">
Incorporated by <a href="https://www.firm24.com/bv-oprichten/" target="_blank" alt="Firm24" class="text-light"><strong>Firm24</strong></a></small>
</div>
</div>
<div class="column one-third align-center button-mob">
<div class="footer-menu">
<div class="hero-nav__socials">
<a href="https://medium.com/ltonetwork" class="hero-nav__socials-icon" target="_blank">
<i class="fab fa-medium"></i>
</a>
<a href="https://twitter.com/ltonetwork" class="hero-nav__socials-icon" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.youtube.com/channel/UCaHcF-xterKYTKSpY4xgKiw" class="hero-nav__socials-icon"
target="_blank">
<i class="fab fa-youtube"></i>
</a>
<a href="https://www.reddit.com/r/LTONetwork/" class="hero-nav__socials-icon" target="_blank">
<i class="fab fa-reddit"></i>
</a>
<a href="https://github.com/legalthings" class="hero-nav__socials-icon" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://t.me/LTOnetwork" class="hero-nav__socials-icon"
target="_blank">
<i class="fab fa-telegram-plane"></i>
</a>
</div>
</div>
</div>
<div class="column one-third last-col">
<div class="footer-menu privacy">
<a href="documents/cookie-statement.pdf" target="_blank">Cookie Statement</a><br>
<a href="documents/privacy-policy.pdf" target="_blank">Privacy Policy</a>
</div>
</div>
</footer>
<!-- FOOTER -->
</div>
<!-- END Subscribe now -->
<!-- SCRIPTS -->
<script src="files/dist/compress.js"></script>
<!--script src="files/js/index.js"></script!-->
<!--script src="https://checkout.stripe.com/checkout.js"></script!-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/parsley.js/2.8.0/parsley.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- This needs to be loaded from their site, not locally -->
<!--<script src="files/js/jquery-2.1.4.min.js"></script>-->
<!--<script type="text/javascript" src="files/js/jquery.easing.1.3.js"></script>-->
<!--<script type="text/javascript" src="files/js/jquery.visible.min.js"></script>-->
<!--<script type="text/javascript" src="files/revolution/js/jquery.themepunch.tools.min.js?rev=5.0"></script>-->
<!--<script type="text/javascript" src="files/revolution/js/jquery.themepunch.revolution.min.js?rev=5.0"></script>-->
<!--<script type="text/javascript" src="files/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>-->
<!--<script type="text/javascript" src="files/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>-->
<!--<script type="text/javascript" src="files/revolution/js/extensions/revolution.extension.navigation.min.js"></script>-->
<!--<script type="text/javascript" src="files/revolution/js/extensions/revolution.extension.video.min.js"></script>-->
<!--<script type="text/javascript" src="files/revolution/js/extensions/revolution.extension.actions.min.js"></script>-->
<!--<script type="text/javascript" src="files/js/tweenMax.js"></script>-->
<!--<script type="text/javascript" src="files/js/jquery.backgroundparallax.min.js"></script>-->
<!--<script type="text/javascript" src="files/js/jquery.isotope.min.js"></script>-->
<!--<script type="text/javascript" src="files/js/jquery.imagesloaded.min.js"></script>-->
<!--<script type="text/javascript" src="files/js/jquery.owl.carousel.js"></script>-->
<!--<script type="text/javascript" src="files/js/jquery.lightcase.min.js"></script>-->
<!--<script type="text/javascript" src="files/js/script.js"></script>-->
<!--<script type="text/javascript" src="files/js/jquery.ajaxchimp.min.js"></script>-->
<!--<script type="text/javascript" src="files/js/jquery.countdown.min.js"></script>-->
<!--<script src="files/js/social.js"></script>-->
<!--<script src="files/js/step-form-wizard.min.js"></script>-->
<!--<script src="files/js/jquery.mCustomScrollbar.concat.min.js"></script>-->
<!-- SCRIPTS -->
<script>
$(document).ready(function () {
$('.join-telegram').click(function(e) {
params = {
'event_category': 'social',
'event_action': 'join_telegram'
};
gtag('event', 'Join Telegram', params);
});
});
</script>
<!--script type="text/javascript">
function showMailingPopUp() {
require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us17.list-manage.com","uuid":"1508bdb96b4379a9aeb07c6e8","lid":"a635ea68a1"})})
document.cookie = 'MCPopupClosed=;path=/;expires=Thu, 01 Jan 1970 00:00:00 UTC;';
document.cookie = 'MCPopupSubscribed=;path=/;expires=Thu, 01 Jan 1970 00:00:00 UTC;';
};
$(function() {
$(".open-popup").on('click', function() {
showMailingPopUp();
});
});
</script!-->
<!-- Twitter universal website tag code -->
<script>
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js',
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
// Insert Twitter Pixel ID and Standard Event data below
twq('init','nytjh');
twq('track','PageView');
</script>
<!-- End Twitter universal website tag code -->
</body>
</html>