-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathindex.html
793 lines (666 loc) · 32.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Enterprise-level Bitcoin and Blockchain libraries. Built for businesses, miners, wallets, and hobbyists.">
<meta name="author" content="bcoin team">
<meta property="og:title" content="bcoin: Enterprise-level Bitcoin and Blockchain libraries.">
<meta property="og:description" content="Enterprise-level Bitcoin and Blockchain libraries. Built for businesses, miners, wallets, and hobbyists.">
<meta property="og:image" content="https://bcoin.io/assets/images/bcoin-og-image.jpg">
<meta property="og:url" content="https://bcoin.io">
<title>bcoin | Enterprise-level Bitcoin and Blockchain libraries.</title>
<!-- Favicons -->
<!-- old
<link rel="shortcut icon" href="assets/images/bcoin-ico.png">-->
<!-- generated from http://www.favicon-generator.org/ -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/images/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/images/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/images/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/images/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<link rel="manifest" href="assets/images/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/images/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Web Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600,700' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Icon Fonts -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/simple-line-icons.css" rel="stylesheet">
<!-- Plugins -->
<link href="assets/css/magnific-popup.css" rel="stylesheet">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/flexslider.css" rel="stylesheet">
<link href="assets/css/animate.min.css" rel="stylesheet">
<!-- Template core CSS -->
<link href="assets/css/vertical.min.css" rel="stylesheet">
<link href="assets/css/template.css" rel="stylesheet">
<link href="assets/css/custom-home.css" rel="stylesheet">
<!-- Google Analytics Tracking -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96446060-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- PRELOADER -->
<div class="page-loader">
<div class="img-loader">Loading...
<!-- Bcoin logo in SVG -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="200px" height="56px" viewBox="0 0 200 56" style="enable-background:new 0 0 200 56;" xml:space="preserve">
<style type="text/css">
.st0{fill:#070E3E;}
</style>
<g>
<path class="st0" d="M32.6,20.9c-1.5-1.5-3.3-2.7-5.2-3.5c-2-0.8-4.1-1.2-6.3-1.2c-2.6,0-5,0.6-7.2,1.7c-2,1-3.7,2.5-4.9,4.4V3.6
L8.4,3H3L2.3,3.6v48.5L3,52.8h5.4L9,52.1v-4.3c0.6,0.9,1.2,1.6,2,2.3c0.9,0.8,1.9,1.5,3,2c1.1,0.6,2.2,1,3.4,1.2
c1.2,0.3,2.4,0.4,3.5,0.4c2.2,0,4.4-0.4,6.4-1.2c2-0.8,3.8-2,5.3-3.5c1.5-1.5,2.7-3.5,3.6-5.7c0.9-2.2,1.3-4.8,1.3-7.7v-1.4
c0-2.8-0.4-5.4-1.3-7.7C35.4,24.4,34.1,22.4,32.6,20.9z M30.7,34.3v1.4c0,1.8-0.3,3.5-0.8,4.9c-0.5,1.4-1.3,2.7-2.3,3.7
c-1,1-2.1,1.8-3.4,2.3c-1.3,0.5-2.8,0.8-4.3,0.8c-1.5,0-2.9-0.3-4.2-0.8c-1.3-0.6-2.4-1.4-3.4-2.4c-1-1-1.8-2.3-2.3-3.8
C9.3,38.8,9,37.2,9,35.4v-0.8c0-1.8,0.3-3.4,0.9-4.9c0.6-1.5,1.4-2.7,2.3-3.8c1-1,2.1-1.9,3.4-2.5c1.3-0.6,2.7-0.9,4.2-0.9
c1.5,0,3,0.3,4.3,0.8c1.3,0.6,2.5,1.4,3.5,2.4c1,1,1.7,2.3,2.3,3.7C30.5,30.9,30.7,32.5,30.7,34.3z"/>
<path class="st0" d="M71.8,38.1L71,38.6c-0.2,1.1-0.5,2.2-1,3.3c-0.5,1-1.2,2-2,2.8c-0.8,0.8-1.9,1.5-3.1,2
c-1.2,0.5-2.6,0.7-4.2,0.7c-1.6,0-3.2-0.3-4.5-0.8c-1.4-0.5-2.6-1.3-3.7-2.3c-1-1-1.9-2.2-2.4-3.7c-0.6-1.5-0.9-3.1-0.9-5v-0.8
c0-1.8,0.3-3.4,0.9-4.9c0.6-1.5,1.4-2.8,2.5-3.8c1-1.1,2.3-1.9,3.6-2.5c1.4-0.6,2.9-0.9,4.4-0.9c1.6,0,3.1,0.2,4.3,0.7
c1.2,0.5,2.2,1.1,3.1,1.9c0.8,0.8,1.5,1.7,2,2.8c0.5,1.1,0.8,2.2,0.9,3.3l0.8,0.6l5.4-1.2l0.5-0.7c-0.3-2-1-3.8-1.9-5.5
c-0.9-1.7-2.2-3.2-3.6-4.4c-1.5-1.2-3.2-2.2-5.1-2.9c-1.9-0.7-4-1-6.2-1c-2.5,0-4.8,0.4-7.1,1.3c-2.2,0.9-4.2,2.1-5.9,3.7
c-1.7,1.6-3,3.5-4,5.8c-1,2.3-1.5,4.9-1.5,7.7v0.8c0,2.9,0.5,5.5,1.5,7.7c1,2.2,2.3,4.2,4,5.7c1.7,1.6,3.6,2.8,5.9,3.6
c2.2,0.8,4.6,1.2,7.1,1.2c2.3,0,4.5-0.3,6.4-1c1.9-0.7,3.6-1.6,5.1-2.9c1.4-1.2,2.6-2.7,3.6-4.4c0.9-1.7,1.6-3.5,2-5.5l-0.5-0.8
L71.8,38.1z"/>
<path class="st0" d="M113.2,21c-1.6-1.6-3.6-2.8-5.7-3.6c-2.1-0.8-4.4-1.2-6.7-1.2c-2.3,0-4.6,0.4-6.7,1.2c-2.2,0.8-4.1,2-5.7,3.6
c-1.7,1.6-3,3.5-4,5.8c-1,2.3-1.5,4.9-1.5,7.8v0.8c0,2.9,0.5,5.6,1.5,7.8c1,2.3,2.3,4.2,3.9,5.8c1.6,1.6,3.5,2.8,5.7,3.6
c2.1,0.8,4.4,1.2,6.8,1.2c2.3,0,4.6-0.4,6.8-1.2c2.2-0.8,4.1-2,5.7-3.6c1.6-1.6,2.9-3.5,3.9-5.8c1-2.3,1.5-4.9,1.5-7.8v-0.8
c0-2.9-0.5-5.5-1.5-7.8C116.2,24.5,114.9,22.5,113.2,21z M100.8,47.3c-1.6,0-3-0.3-4.4-0.8c-1.3-0.5-2.5-1.3-3.5-2.4
c-1-1-1.8-2.3-2.4-3.8c-0.6-1.5-0.9-3.1-0.9-5v-0.8c0-1.8,0.3-3.4,0.9-4.9c0.6-1.5,1.4-2.7,2.4-3.8c1-1,2.2-1.9,3.5-2.5
c1.3-0.6,2.8-0.9,4.3-0.9s3,0.3,4.3,0.9c1.3,0.6,2.5,1.4,3.5,2.5c1,1,1.8,2.3,2.4,3.8c0.6,1.5,0.9,3.1,0.9,4.9v0.8
c0,1.8-0.3,3.5-0.9,5c-0.6,1.5-1.4,2.7-2.4,3.8c-1,1-2.2,1.8-3.5,2.4C103.8,47.1,102.3,47.3,100.8,47.3z"/>
<path class="st0" d="M141.8,13c1.5,0,2.8-0.5,3.9-1.6c1.1-1.1,1.6-2.4,1.6-3.9c0-1.5-0.5-2.8-1.6-3.9c-1.1-1.1-2.4-1.6-3.9-1.6
c-1.5,0-2.8,0.5-3.9,1.6c-1.1,1.1-1.6,2.4-1.6,3.9c0,1.5,0.5,2.8,1.6,3.9C139,12.5,140.3,13,141.8,13z"/>
<polygon class="st0" points="145.2,46.5 145.2,17.8 144.6,17.1 128.4,17.1 127.7,17.8 127.7,22.8 128.4,23.4 138.5,23.4
138.5,46.5 127.1,46.5 126.5,47.2 126.5,52.1 127.1,52.8 155.8,52.8 156.5,52.1 156.5,47.2 155.8,46.5 "/>
<path class="st0" d="M194.3,20.1c-2.5-2.6-5.8-3.9-10-3.9c-5.2,0-9,2.1-11.3,6.4v-4.7l-0.6-0.6H167l-0.6,0.6v34.4l0.6,0.6h5.4
l0.6-0.6V34.3c0-3.6,0.9-6.4,2.7-8.6c1.8-2.1,4.1-3.1,7.2-3.1c2.6,0,4.6,0.8,6.1,2.5c1.5,1.7,2.3,4.3,2.3,7.7v19.4l0.6,0.6h5.4
l0.6-0.6V31.6C198,26.5,196.7,22.6,194.3,20.1z"/>
</g>
</svg>
</div>
</div>
<!-- END PRELOADER -->
<!-- WRAPPER -->
<div class="wrapper">
<!-- HERO -->
<section id="hero" class="module-hero color-white parallax" data-background="assets/images/bg-header2.jpg">
<!-- HERO TEXT -->
<div class="hero-caption">
<div class="hero-text">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 text-center ideatime">
<img class="module-header m-t-30 m-b-10 hero-image" src="assets/images/bcoin-logo-gradient-text.png" alt="An advanced fullnode implementation built for the native web." />
<h3 class="hero-module-header hero-para text-center"><span class="text-highlight-black"> Enterprise-level Bitcoin and Blockchain libraries. Built for businesses, miners, wallets, and hobbyists </span><br /></h3>
<!-- An advanced fullnode implementation built for Miners, Wallets, and Exchanges -->
<div class="row">
<div class="row col-sm-12 text-center auto-margin-sides">
<a href="#features" class="btn btn-gray">Technology</a>
<a href="https://github.com/bcoin-org/bcoin" class="btn btn-purple button-gap">Github</a>
</div>
</div>
<!-- <div class="logo-wrap">
<div class="bitcoin-logo-small"></div>
<div class="bitcoin-cash-logo"></div>
<div>Supports both Bitcoin & Bitcoin Cash</div>
</div> -->
</div>
<div class="col-sm-6 col-md-6 m-t-50">
<div class="terminal-window">
<header>
<div class="button green"></div>
<div class="button yellow"></div>
<div class="button red"></div>
</header>
<section class="terminal">
<div class="history"></div>
$ <span class="prompt"></span>
<span class="typed-cursor"></span>
</section>
</div>
<!-- <div class="row terminal-subtext text-center">
<h6>Supported and used in production by <a href="https://purse.io" target="_blank">Purse.io</a></h6>
</div> -->
</div>
</div> <!-- end of row -->
</div><!-- end of container -->
</div>
</div>
<!-- END HERO TEXT -->
</section>
<!-- END HERO -->
<!-- HEADER STICKY BOTTOM -->
<header class="header js-stick">
<div class="container">
<!-- YOUR LOGO HERE -->
<div class="inner-header">
<a class="inner-brand" href="index.html">
<img class="brand-light" src="assets/images/logo-light.png" width="100" alt="">
<img class="brand-dark" src="assets/images/logo-dark.png" width="100" alt="">
</a>
</div>
<!-- OPEN MOBILE MENU -->
<div class="main-nav-toggle">
<div class="nav-icon-toggle" data-toggle="collapse" data-target="#custom-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</div>
</div>
<!-- WIDGETS MENU -->
<div class="inner-header pull-right hide-me">
<div class="menu-extras clearfix">
<!-- TELEGRAM LINK -->
<div class="menu-item">
<div class="">
<a href="https://t.me/bcoinorg" target="_blank" id="" data-toggle="tooltip" title="" data-placement="right" data-original-title="Join us on Telegram!">
<img src="assets/images/telegram-app.svg" width="18" height="18"/>
<span class=""></span>
</a>
</div>
</div>
<!-- STACK EXCHANGE LINK -->
<div class="menu-item">
<div class="">
<a href="https://bitcoin.stackexchange.com/questions/tagged/bcoin" target="_blank" id="" data-toggle="tooltip" title="" data-placement="bottom" data-original-title="Questions! Checkout Stack Exchange.">
<img src="assets/images/stack-exchange-icon.svg" width="18" height="18"/>
<span class=""></span>
</a>
</div>
</div>
<!-- GITHUB STUFF -->
<div class="menu-item">
<div class="">
<a href="https://github.com/bcoin-org/bcoin" target="_blank" id="" data-toggle="tooltip" title="" data-placement="bottom" data-original-title="Visit bcoin on GitHub to see the code!">
<img src="assets/images/github_icon.svg" width="18" height="18"/>
<span class=""></span>
</a>
</div>
</div>
<!-- GH STARS AND FORKS -->
<div class="menu-item">
<div class="ghbuttons">
<a class="github-button" href="https://github.com/bcoin-org/bcoin" data-icon="octicon-star" data-count-href="/bcoin-org/bcoin/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star bcoin-org/bcoin on GitHub">Star</a>
<a class="github-button" href="https://github.com/bcoin-org/bcoin/fork" data-icon="octicon-repo-forked" data-count-href="/bcoin-org/bcoin/network" data-show-count="true" data-count-aria-label="# forks on GitHub" aria-label="Fork bcoin-org/bcoin on GitHub">Fork</a>
</div>
</div>
<!-- SEARCH
<div class="menu-item hidden-xxs">
<div class="extras-search">
<a id="modal-search" href="#"><i class="icon-magnifier icons"></i></a>
<form action="#" class="header-search-form">
<div class="search-form-inner">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="header-search-form-clouse">
<a href="#" class="form-close-btn">✕</a>
</div>
</div>
<div class="col-sm-12">
<input type="text" placeholder="Type & hit enter">
</div>
</div>
</div>
</div>
</form>
</div>
</div>
END SEARCH -->
</div>
</div>
<!-- MAIN MENU -->
<nav id="custom-collapse" class="main-nav collapse clearfix">
<ul class="inner-nav pull-right">
<!-- HOME -->
<li><a href="#">Home</a></li>
<!-- END HOME -->
<!-- FEATURES -->
<li><a href="#features">What is Bcoin</a></li>
<!-- END FEATURES -->
<!-- GUIDES -->
<li><a href="guides.html">Guides</a></li>
<!-- GUIDES -->
<!-- API REFERENCE - newer, how to interact once you're setup -->
<li><a href="./api-docs/index.html">API Docs</a></li>
<!-- END API -->
<!-- FULL DOCS - older, full reference
<li><a href="https://bcoin.io/docs/index.html">Docs</a></li> -->
<!-- END DOCS -->
<!-- DIVIDER
<li><a> </a></li>
<li><a href="#">All Demos</a></li>-->
</ul>
</nav>
</div>
</header>
<!-- HEADER STICKY BOTTOM -->
<!-- MAIN 3 FEATURES -->
<section class="module-sm bg-white-dark" id="features">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="module-header text-center">
<h2 class="montserrat text-uppercase">Why bcoin?</h2>
<p class="lead divider-line">Bcoin is an advanced fullnode implementation built with JavaScript/C/C++/Node.js. It is easier to use, faster to learn and more well-documented than competing implementations.</p>
</div>
</div>
</div><!-- .row -->
<div class="row multi-columns-row">
<!-- ICONBOX -->
<div class="col-sm-4 col-md-4 col-lg-4">
<div class="box-icon-left">
<div class="icon-box-icon">
<i class="icon-speedometer icons"></i>
</div>
<h4>Optimized</h4>
<p>Engineered from the ground-up to create scalable, flexible, and efficient production-ready systems with unparalleled code readability.</p>
<a href="#optimized" class="btn btn-lg btn-link btn-base">Details ›</a>
</div>
</div>
<!-- END ICONBOX -->
<!-- ICONBOX -->
<div class="col-sm-4 col-md-4 col-lg-4">
<div class="box-icon-left">
<div class="icon-box-icon">
<i class="icon-lock icons"></i>
</div>
<h4>Secure</h4>
<p>Bcoin is consensus conforming and adheres to the strict security standards of the original implementation maintained by Bitcoin Core.</p>
<a href="#secure" class="btn btn-lg btn-link btn-base">Details ›</a>
</div>
</div>
<!-- END ICONBOX -->
<!-- ICONBOX -->
<div class="col-sm-4 col-md-4 col-lg-4">
<div class="box-icon-left">
<div class="icon-box-icon">
<i class="icon-globe icons"></i>
</div>
<h4>Advanced</h4>
<p>Bcoin can be integrated into almost any desktop or browser application to enable native payments, on both Bitcoin and Bitcoin Cash networks.</p>
<a href="#advanced" class="btn btn-lg btn-link btn-base">Details ›</a>
</div>
</div>
<!-- END ICONBOX -->
</div><!-- .row -->
</div>
</section>
<!-- END MAIN 3 FEATURES -->
<!-- CLIENTS -->
<section id="clients" class="module divider-top p-0">
<div class="container-fluid">
<div class="row text-center">
<p class="montserrat text-uppercase m-t-50">trusted by</p>
</div>
<div
class="row no-gutter clients-bordered large-fix text-center">
<div class="client col-md-2 col-sm-4 col-xs-12">
<a href="https://www.bitwala.io/" target="_blank"><img src="assets/images/clients/client-2.png" alt="Bitwala"></a>
</div>
<div class="client col-md-2 col-sm-4 col-xs-12">
<a href="https://purse.io" target="_blank"><img src="assets/images/clients/client-4.png" alt="Purse"></a>
</div>
<div class="client col-md-2 col-sm-4 col-xs-12">
<a href="https://www.ripio.com" target="_blank"><img src="assets/images/clients/client-5.png" alt="Ripio"></a>
</div>
<div class="client col-md-2 col-sm-4 col-xs-12">
<a href="https://btc.com/" target="_blank"><img src="assets/images/clients/client-6.png" alt="BTC.com"></a>
</div>
<div class="client col-md-2 col-sm-4 col-xs-12">
<a href="https://bixin.com/" target="_blank"><img src="assets/images/clients/client-7.png" alt="Bixin"></a>
</div>
<div class="client col-md-2 col-sm-4 col-xs-12">
<a href="https://bitpay.com/" target="_blank"><img src="assets/images/clients/client-1.png" alt="Bitpay"></a>
</div>
</div>
<div
class="row no-gutter clients-bordered large-fix text-center text-center-md">
<div class="client col-md-2 col-sm-4 col-xs-12">
<a href="https://bitcore.io/" target="_blank"><img src="assets/images/clients/client-9.png" alt="Bitcore"></a>
</div>
<div class="client col-md-2 col-sm-4 col-xs-12">
<a href="https://copay.io" target="_blank"><img src="assets/images/clients/client-10.png" alt="Copay"></a>
</div>
<div class="client col-md-2 col-sm-4 col-xs-12">
<a href="https://edgesecure.co/" target="_blank"><img src="assets/images/clients/client-11.png" alt="Edge Secure"></a>
</div>
<div class="client col-md-2 col-sm-4 col-xs-12">
<a href="https://chronobank.io/" target="_blank"><img src="assets/images/clients/client-12.png" alt="Chronobank.io"></a>
</div>
<div class="client col-md-2 col-sm-4 col-xs-12">
<a href="https://redeeem.com/" target="_blank"><img src="assets/images/clients/client-13.png" alt="Redeeem"></a>
</div>
</div>
<!-- .row -->
</div>
</section>
<!-- END CLIENTS -->
<!-- ABOUT -->
<section id="optimized" class="module-xs pull-image p-t-120">
<!--<div class="col-md-6 col-md-push-6 col-sm-4 col-sm-push-8 text-right p-0">
<img src="assets/images/iphone.jpg" alt="">
</div>-->
<div class="col-md-6 col-md-push-6 col-sm-4 col-sm-push-8 p-0 m-b-50">
<img src="assets/images/pixel-phone-graphicGIF.gif" alt="">
</div>
<div class="container">
<div class="col-md-6 col-md-pull-0 col-sm-6 col-sm-pull-4">
<!--note: remove m-t-100 from class below -->
<h1 class="text-300">Optimized <br> for Production</h1>
<p>Bcoin is the first fullnode implementation built specifically for production systems at scale. Originally created to be used as backend infrastructure for <a href="https://purse.io/">Purse.io</a>, Bcoin enables companies to spin up consumer-grade bitcoin applications/wallet systems without the long-term concern of scalability, and security.</p>
<div class="box-icon-left">
<div class="icon-box-icon"><i class="icon-book-open icons"></i></div>
<h4>Robust Wallet APIs</h4>
<p>Included natively is a REST API, and a legacy JSON RPC API; both let you easily interact and manage large scale wallet systems on multiple blockchains.</p>
</div>
<div class="box-icon-left">
<div class="icon-box-icon"><i class="icon-pencil icons"></i></div>
<h4>Built-in Accounting</h4>
<p>Large scale e-commerce company processing many transactions? Online wallet provider? Bcoin has wallet accounting built right in, making user fund management even easier.</p>
</div>
</div>
</div>
</section>
<!-- END ABOUT -->
<!-- ABOUT -->
<section id="secure" class="module-xs pull-image p-t-140 p-b-140">
<!--<div class="col-md-6 col-sm-4 p-0">
<img src="assets/images/ipad.jpg" alt="">
</div>-->
<div class="col-md-6 col-sm-4 p-0 m-b-50">
<img src="assets/images/notebook-left.png" alt="">
</div>
<div class="container">
<div class="col-md-6 col-md-offset-2 col-sm-7 col-sm-offset-1 pull-image-right">
<!--note: remove m-t-100 from class below -->
<h1 class="text-300">Secure, <br> Written from Scratch</h1>
<p>Developing applications that natively utilize a blockchain can be difficult, even for seasoned developers. Bcoin abstracts out the most difficult components of crypto development — allowing you to focus on creating great functionality, with hardened security at its core.</p>
<div class="box-icon-left">
<div class="icon-box-icon"><i class="icon-bubbles icons"></i></div>
<h4>Consensus Tested</h4>
<p>Consensus aware, bcoin conforms to all consensus measures present in Satoshi's reference implementation. Bcoin can even be used to mine on the bitcoin mainnet, and has successfully been used to mine blocks as well.</p>
</div>
<div class="box-icon-left">
<div class="icon-box-icon"><i class="icon-heart icons"></i></div>
<h4>Industry Trusted</h4>
<p>Companies like Ripio, Bitpay and Purse have built utilities and tools on bcoin that are now core components of their infrastructure, seeing large-scale daily use by consumers.</p>
</div>
</div>
</div>
</section>
<!-- END ABOUT -->
<!-- ABOUT -->
<section id="advanced" class="module-xs pull-image p-b-140">
<div class="col-md-6 col-md-push-6 col-sm-4 col-sm-push-8 p-0 m-b-50">
<img src="assets/images/flowchart150dpi.png" class="flowchart-image" alt="">
</div>
<div class="container">
<div class="col-md-6 col-md-pull-0 col-sm-6 col-sm-pull-4">
<!--note: remove m-t-100 from class below -->
<h1 class="text-300">The Most Advanced<br> Fullnode Implementation.</h1>
<p>Since its purpose is for production and enterprise, bcoin includes embedded support for various advanced features. With bcoin, companies can quickly begin work on robust, future-ready proof of concepts to be deployed on mainnet.</p>
<div class="box-icon-left">
<div class="icon-box-icon"><i class="icon-equalizer icons"></i></div>
<h4>Advanced Account Management</h4>
<p>Bcoin makes managing a large number of user addresses and accounts more seamless. Scale to millions of addresses and manage user funds with ease, without having to worry about key migrations as your business grows.</p>
</div>
<div class="box-icon-left">
<div class="icon-box-icon"><i class="icon-bell icons"></i></div>
<h4>Event-Based Notifications</h4>
<p>Bcoin allows for high-level websocket events for blockchain monitoring and account based events for wallets; allowing for the creation of plugins and utilities that reference the blockchain more easily.</p>
</div>
</div>
</div>
</section>
<!-- END ABOUT -->
<!-- PARALLAX DOCS CTA -->
<section class="module bg-white-alfa-30 parallax color-white" data-background="assets/images/bg-header.jpg">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="text-center">
<h2 class="montserrat text-uppercase m-b-30">Ready to start building? Read the docs!</h2>
<a href="./api-docs/index.html" target="_blank" class="btn btn-lg btn-purple">Documentation</a>
</div>
</div>
</div><!-- .row -->
</div>
</section>
<!-- END PARALLAX DOCS CTA -->
<!-- GET STARTED WITH CODE BOX -->
<section class="module" id="get-started">
<div class="container">
<!-- TITLE AND COPY -->
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="module-header text-center">
<h2 class="montserrat text-uppercase">Get Started</h2>
<p class="lead-more divider-line">We've eliminated the unnecessary code complexity, so you can get up and running using Bcoin in just a few minutes.</p>
</div>
</div>
</div><!-- .row -->
<!--whole new row-->
<div class="row row-sm-height">
<!-- LEFT SIDE BIG BOX -->
<div class="col-sm-6 col-sm-height col-sm-middle">
<div class="page-terminal">
<div>
<pre class="code-dkgray">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
</pre>
</div>
<div>
<pre class="select-auto hide-this">
'use strict';
<span>var</span> <span class="code-blue">bcoin</span> = require('bcoin');
<span>var</span> <span class="code-blue">node</span> = <span>new</span> <span class="code-teal">bcoin</span>.<span class="code-teal">fullnode</span>({
<span class="code-blue">network:</span> 'testnet',
<span class="code-blue">db:</span> 'memory'
});
(<span>async function</span>() {
<span class="code-red">await</span> <span class="code-blue">node</span>.open();
<span class="code-red">await</span> <span class="code-blue">node</span>.connect();
<span class="code-blue">node</span>.on('connect', <span>function</span>(<span class="code-blue">entry</span>, <span class="code-blue">block</span>) {
<span class="code-teal">console</span>.log('%s (%d) added to chain.', <span class="code-blue">entry</span>.rhash(), <span class="code-blue">entry</span>.<span class="code-blue">height</span>);
});
<span class="code-blue">node</span>.on('<span class="code-blue">tx</span>', <span>function</span>(tx) {
<span class="code-teal">console</span>.log('%s added to mempool.', <span class="code-blue">tx</span>.txid());
});
<span class="code-blue">node</span>.startSync();
})();
</div>
</div>
</div>
<div class="col-sm-1 col-sm-height col-sm-middle"></div>
<div class="col-sm-4 col-sm-height col-sm-middle"><!--spacer in middle-->
<h3>Setup your Bcoin Node</h3>
<div class="m-t-50 m-b-50">
<p>Once you have bcoin installed, setting up a node on the bitcoin test network is simple. <br><br> Having a node set-up will allow you to more easily test and query the RPC/REST API, and begin monitoring new transactions added to the blockchain/mempool.</p>
</div>
</div>
<div class="col-sm-1 col-sm-height col-sm-middle"></div>
</div>
<div class="col-sm-6 col-sm-offset-3 text-center p-t-50">
<div class="module-header text-center">
Got questions? Come chat directly with other bcoin developers, anytime. Find help in #bcoin on IRC, and on our <a href="https://t.me/bcoinorg" target="_blank">Telegram channel.</a>
</div>
<div class="row">
<a href="https://github.com/bcoin-org/bcoin" class="btn btn-gray">View on GitHub</a>
<a href="./api-docs/index.html" target="_blank" class="btn btn-purple button-gap">Documentation</a>
</div>
</div>
</div><!--end container-->
</section>
<!-- END STATIC CODE BOX -->
<!-- QUOTES -->
<section class="module parallax color-black bg-white-alfa-30" data-background="assets/images/bg-header.jpg">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="slider-testimonial">
<!-- TESTIMONIAL -->
<div>
<div class="testimonial-image">
<img src="assets/images/avatar/4.jpg" alt="">
<div class="cd-author-info">
<h5 class="text-700 m-0">Eric Lombrozo</h5>
Co-CEO & CTO Ciphrex Corp., Bitcoin Core contributor
</div>
</div>
<div class="testimonial">
"Thank you, @bcoin, for setting a good example. @bitcoincoreorg is not the only #Bitcoin implementation that respects consensus."
</div>
</div>
<!-- END TESTIMONIAL -->
<!-- TESTIMONIAL -->
<div>
<div class="testimonial-image">
<img src="assets/images/avatar/5.jpg" alt="">
<div class="cd-author-info">
<h5 class="text-700 m-0">Jameson Lopp</h5>
Infrastructure Engineer, Creator of <a href="https://statoshi.info">statoshi.info</a>, Founder of Mensa’s Bitcoin Special Interest Group
</div>
</div>
<div class="testimonial">
"Congratulations to @bcoin & @_chjj on the first mainnet block mined with bcoin. Quite the milestone!"
</div>
</div>
<!-- END TESTIMONIAL -->
<!-- TESTIMONIAL -->
<div>
<div class="testimonial-image">
<img src="assets/images/avatar/3.jpg" alt="">
<div class="cd-author-info">
<h5 class="text-700 m-0">Esteban Ordano</h5>
Full-stack Engineer, Founder of Streamium and Decentraland
</div>
</div>
<div class="testimonial">
"Damn, JJ is a god walking among devs. Only way to explain @bcoin. My javascript bitcoin projects will no longer use bitcore."
</div>
</div>
<!-- END TESTIMONIAL -->
<!-- TESTIMONIAL -->
<div>
<div class="testimonial-image">
<img src="assets/images/avatar/2.jpg" alt="">
<div class="cd-author-info">
<h5 class="text-700 m-0">Andreas Antonopoulos</h5>
Author of Mastering Bitcoin & The Internet of Money
</div>
</div>
<div class="testimonial">
"Chris Jeffery is definitely worth watching."
</div>
</div>
<!-- END TESTIMONIAL -->
<!-- TESTIMONIAL -->
<div>
<div class="testimonial-image">
<img src="assets/images/avatar/1.jpg" alt="">
<div class="cd-author-info">
<h5 class="text-700 m-0">Brian Hoffman</h5>
OpenBazaar, OB1
</div>
</div>
<div class="testimonial">
"It’s phenomenal work and I’m in awe of what [ JJ ] and his colleagues have pulled off."
</div>
</div>
<!-- END TESTIMONIAL -->
</div>
</div>
</div><!-- .row -->
</div>
</section>
<!-- END QUOTES -->
<!-- FOOTER -->
<footer id="footer" class="footer-minimal">
<div class="container">
<div class="row">
<div class="col-sm-12">
<ul class="social-icons social-icons-circle text-center m-b-35">
<li><a href="https://twitter.com/bcoin"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/bcoin-org/bcoin"><i class="fa fa-github"></i></a></li>
<li><a href="https://t.me/bcoinorg" target="_blank"><img src="assets/images/telegram-app.svg"></a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center m-b-35">
<img class="m-b-35 QR-code" src="assets/images/donation_QR.png"/>
<p class="m-0"><strong>Bcoin Development Donation Address:</strong><br />3Bi9H1hzCHWJoFEjc4xzVzEMywi35dyvsV</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<p class="m-0">Copyright <a href="#">bcoin.io, Purse</a>, 2018, All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
<!-- END FOOTER -->
</div>
<!-- END WRAPPER -->
<!-- JAVASCRIPT FILES -->
<script src="assets/js/jquery-2.2.3.min.js"></script>
<!--<script src="https://maps.googleapis.com/maps/api/js?v=3"></script>-->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/plugins.min.js"></script>
<script src="assets/js/stickyfill.min.js"></script>
<script src="assets/js/custom.min.js"></script>
<!--for animated terminal window (also requires jQ 2.1.3+) -->
<script src="assets/js/typed.custom.js"></script>
<script src="assets/js/terminalcodedemo.js"></script>
<!-- github button js -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>