-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathwallets.php
838 lines (832 loc) · 58.1 KB
/
wallets.php
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
<?php
$title = "XDC Wallets";
$desc = "To begin using XDC, you'll require a wallet—an app designed to hold your XDC and facilitate interactions with other apps on the network.";
include('inc/header.php') ?>
<!-- Hero Home Starts -->
<section class="px-200 px-t250-b100 hero-inside">
<!--<div class="container p-relative">-->
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1 hero-content">
<h1 class="title-m text-center mb-0">XDC Wallets</h1>
<h2 class="subtitle subtitle-s fw-500 text-center mb-0">To begin using XDC, you'll require a wallet—an app designed to hold your XDC and facilitate interactions with other apps on the network. Security is paramount when storing XDC, so choose from various supporting wallets, each with unique features and high security levels. Here are some popular choices.</h2>
</div>
</div>
</div>
</section>
<!-- Hero Home Ends -->
<!-- Wallets Starts -->
<section class="px-80 pt-0 pb-2 dark-curved">
<div class="container p-relative">
<div class="row">
<div class="col-lg-12">
<div class="row justify-content-center">
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/guarda.svg" alt="Guarda Wallet" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Guarda Wallet</div>
<p class="exchangeCard-type text-muted mb-0">Your Trusted Hub for Safeguarding and Managing Cryptocurrencies Securely.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://guarda.co/app/" target="_blank" title="Web Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/web.svg"></a>
<a href="https://play.google.com/store/apps/details?id=com.crypto.multiwallet" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/app/guarda-wallet/id1442083982" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
<a href="https://guarda.com/desktop/" target="_blank" title="MacOS" class="WalletPlatform__link"><img src="assets/images/wallets/macos.svg"></a>
<a href="https://guarda.com/desktop/" target="_blank" title="Desktop Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/windows.svg"></a>
<!--<a href="https://guarda.com/desktop/" target="_blank" title="Ubuntu" class="WalletPlatform__link"><img src="assets/images/wallets/ubuntu.svg"></a>-->
<a href="https://guarda.com/chrome-extension/" target="_blank" title="Chrome Extension" class="WalletPlatform__link"><img src="assets/images/wallets/chrome.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/freewallet.svg" alt="Freewallet" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Freewallet</div>
<p class="exchangeCard-type text-muted mb-0">Perfect place to securely store, manage & exchange cryptocurrencies.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://app.freewallet.org/auth/registration" target="_blank" title="Web Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/web.svg"></a>
<a href="https://bitcoin-and-crypto-blockchain-wallet-by-freewallet.en.uptodown.com/android" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/us/app/id1274003898?mt=8" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/crypterium.svg" alt="Crypterium" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Crypterium</div>
<p class="exchangeCard-type text-muted mb-0">All-in-One Solution for Secure and Convenient Cryptocurrency Management.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://app.crypterium.com/sign-up" target="_blank" title="Web Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/web.svg"></a>
<a href="https://play.google.com/store/apps/details?id=com.crypterium" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/app/crypterium-bitcoin-wallet/id1360632912" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/dcent.svg" alt="D'CENT" /></div>
</div>
<div class="desc">
<div class="card-infoHead">D'CENT</div>
<p class="exchangeCard-type text-muted mb-0">Empowering You with Ultimate Security and Control over Your Cryptocurrencies.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://play.google.com/store/apps/details?id=com.kr.iotrust.dcent.wallet&utm_source=dcent_medium&utm_campaign=xdc_support" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/kr/app/dcent-hardware-wallet/id1447206611" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
<a href="https://dcentwallet.com/products/BiometricWallet" target="_blank" title="Biometric Hardware Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/hardware.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/opolo.svg" alt="Opolo" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Opolo</div>
<p class="exchangeCard-type text-muted mb-0">The hardware wallet for the ultimate peace of mind, complete security for your crypto assets.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://www.opolo.io/download/" target="_blank" title="Desktop Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/windows.svg"></a>
<a href="https://play.google.com/store/apps/details?id=com.opolo.io" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://shop.opolo.io/" target="_blank" title="Hardware Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/hardware.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/onto.svg" alt="ONTO" /></div>
</div>
<div class="desc">
<div class="card-infoHead">ONTO</div>
<p class="exchangeCard-type text-muted mb-0">Onto is a decentralized multi-chain gateway for identity and asset management.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://play.google.com/store/apps/details?id=com.github.ontio.onto" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/us/app/onto-an-ontology-dapp/id1436009823" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
<a href="https://chrome.google.com/webstore/detail/onto-wallet/ifckdpamphokdglkkdomedpdegcjhjdp?" target="_blank" title="Chrome Extension" class="WalletPlatform__link"><img src="assets/images/wallets/chrome.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/safepal.svg" alt="Safepal" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Safepal</div>
<p class="exchangeCard-type text-muted mb-0">SafePal securely stores your crypto assets in the most simple and easy way.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://play.google.com/store/apps/details?id=io.safepal.wallet" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/app/safepal-wallet/id1548297139" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
<a href="https://www.safepal.com/download" target="_blank" title="Biometric Hardware Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/hardware.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/math.svg" alt="MathWallet" /></div>
</div>
<div class="desc">
<div class="card-infoHead">MathWallet</div>
<p class="exchangeCard-type text-muted mb-0">MathWallet is the Multichain Wallet for Web3 that enables token storage of 100+ chains.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://mathwallet.org/evm/#/xdc/assets" target="_blank" title="Web Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/web.svg"></a>
<a href="https://play.google.com/store/apps/details?id=com.mathwallet.android" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/us/app/mathwallet-web3-wallet/id1582612388" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/nabox.svg" alt="Nabox" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Nabox</div>
<p class="exchangeCard-type text-muted mb-0">Multi-chain decentralized wallet for managing digital assets across blockchains.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://play.google.com/store/apps/details?id=com.wallet.nabox" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://testflight.apple.com/join/Ux18h5Nv" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
<a href="https://chrome.google.com/webstore/detail/nabox-wallet/nknhiehlklippafakaeklbeglecifhad?hl=en" target="_blank" title="Chrome Extension" class="WalletPlatform__link"><img src="assets/images/wallets/chrome.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/lumi.svg" alt="Lumi" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Lumi</div>
<p class="exchangeCard-type text-muted mb-0">Secure Non-Custodial Crypto Wallet. Full Control, Total Security, Accessible Anywhere.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://web.lumiwallet.com/" target="_blank" title="Web Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/web.svg"></a>
<a href="https://play.google.com/store/apps/details?id=com.lumiwallet.android" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/xcelpay.svg" alt="XcelPay" /></div>
</div>
<div class="desc">
<div class="card-infoHead">XcelPay</div>
<p class="exchangeCard-type text-muted mb-0">Non-custodial wallet that provides the secure space to store and safeguard cryptos.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://play.google.com/store/apps/details?id=com.XcelTrip.XcelPay" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/us/app/xcelpay-secure-crypto-wallet/id1461215417" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/mixin.svg" alt="Mixin" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Mixin</div>
<p class="exchangeCard-type text-muted mb-0">An open source cryptocurrency wallet, which supports almost all popular cryptocurrencies.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://play.google.com/store/apps/details?id=one.mixin.messenger" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/us/app/id1322324266" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/bifrost.svg" alt="Bifrost" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Bifrost</div>
<p class="exchangeCard-type text-muted mb-0">Bifrost is a self custody cypto wallet, with complete control of your crypto tokens, keys and data.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://play.google.com/store/apps/details?id=com.bifrostwallet.app&hl=en_GB&gl=US" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/gb/app/bifrost-wallet/id1577198351" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/mycrypto.svg" alt="MyCrypto" /></div>
</div>
<div class="desc">
<div class="card-infoHead">MyCrypto</div>
<p class="exchangeCard-type text-muted mb-0">Secure and user-friendly cryptocurrency wallet that puts you in control of your digital assets.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://app.mycrypto.com/add-account" target="_blank" title="Web Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/web.svg"></a>
<a href="https://app.mycrypto.com/download-desktop-app" target="_blank" title="Desktop Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/windows.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/frontier.svg" alt="Frontier" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Frontier</div>
<p class="exchangeCard-type text-muted mb-0">Experience the seamless transactions and access to all your wallets across chains.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://play.google.com/store/apps/details?id=com.frontierwallet&hl=en_IN&gl=US&pli=1" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/in/app/frontier-crypto-defi-wallet/id1482380988" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
<a href="https://chromewebstore.google.com/detail/frontier-wallet/kppfdiipphfccemcignhifpjkapfbihd" target="_blank" title="Chrome Extension" class="WalletPlatform__link"><img src="assets/images/wallets/chrome.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/xswap.svg" alt="XSwap" /></div>
</div>
<div class="desc">
<div class="card-infoHead">XSwap</div>
<p class="exchangeCard-type text-muted mb-0">XSwap is a non-custodial Defi wallet to store, earn and grow your XRC20 tokens.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://play.google.com/store/apps/details?id=com.finance.xspswap&hl=en&gl=US" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/in/app/xswap-wallet/id1665489721" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/infinity.svg" alt="Infinity" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Infinity</div>
<p class="exchangeCard-type text-muted mb-0">The ultimate gateway to decentralized finance with user-friendly, multi-currency wallet.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://infinitywallet.io/download/" target="_blank" title="Web Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/web.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/mew.svg" alt="MyEtherWallet" /></div>
</div>
<div class="desc">
<div class="card-infoHead">MyEtherWallet</div>
<p class="exchangeCard-type text-muted mb-0">Your gateway to secure Ethereum wallet management and effortless token transactions.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://play.google.com/store/apps/details?id=com.myetherwallet.mewwallet&referrer=utm_source%3Dweb-home" target="_blank" title="Android Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/android.svg"></a>
<a href="https://apps.apple.com/us/app/mew-crypto-wallet-defi-web3/id1464614025" target="_blank" title="iOS Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/ios.svg"></a>
<a href="https://www.myetherwallet.com/wallet/access" target="_blank" title="Web Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/web.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/xdc.svg" alt="XDC Web Wallet" /></div>
</div>
<div class="desc">
<div class="card-infoHead">XDC Web Wallet</div>
<p class="exchangeCard-type text-muted mb-0">XDC Wallet is a user-friendly, open-source interface for the XDC Network, enabling users to manage wallets, interact with smart contracts.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://wallet.xdc.network/" target="_blank" title="Web Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/web.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/xdc.svg" alt="XDC Pay" /></div>
</div>
<div class="desc">
<div class="card-infoHead">XDC Pay</div>
<p class="exchangeCard-type text-muted mb-0">XDCPay is an extension for accessing XDC's XDPoS enabled distributed applications, or "Dapps" in your browser.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://chromewebstore.google.com/detail/xdcpay/bocpokimicclpaiekenaeelehdjllofo" target="_blank" title="Chrome Extension" class="WalletPlatform__link"><img src="assets/images/wallets/chrome.svg"></a>
</div>
</div>
</div>
</div>
</div>
<!--<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/simplehold.svg" alt="SimpleHold" /></div>
</div>
<div class="desc">
<div class="card-infoHead">SimpleHold</div>
<p class="exchangeCard-type text-muted mb-0">SimpleHold is a non-custodial wallet that receive, store and swap your cryptocurrencies.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://chrome.google.com/webstore/detail/simplehold/imeelmcnggkkokgfhinnjhjfilibhpaj" target="_blank" title="Chrome Extension" class="WalletPlatform__link"><img src="assets/images/wallets/chrome.svg"></a>
</div>
</div>
</div>
</div>
</div>-->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/metamask.svg" alt="Metamask" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Metamask</div>
<p class="exchangeCard-type text-muted mb-0">Your gateway to the decentralized world with secure and convenient blockchain interactions.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn" target="_blank" title="Chrome Extension" class="WalletPlatform__link"><img src="assets/images/wallets/chrome.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/ledger.svg" alt="Ledger" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Ledger</div>
<p class="exchangeCard-type text-muted mb-0">Ledger is a Secure hardware wallet for crypto with securely keeping the private keys offline.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://shop.ledger.com/" target="_blank" title="Hardware Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/hardware.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/bitfi.svg" alt="Bitfi" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Bitfi</div>
<p class="exchangeCard-type text-muted mb-0">Bitfi Wallet is a cutting-edge cryptocurrency wallet that prioritizes uncompromising security.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://bitfi.com/order" target="_blank" title="Hardware Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/hardware.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/trezor.svg" alt="Trezor" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Trezor</div>
<p class="exchangeCard-type text-muted mb-0">Leading hardware cryptocurrency wallet designed to provide maximum security for your digital assets.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://trezor.io/" target="_blank" title="Hardware Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/hardware.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/ellipal.svg" alt="Ellipal" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Ellipal</div>
<p class="exchangeCard-type text-muted mb-0">Manage multiple cryptos effortlessly with Ultra-secure and user-friendly Hardware Wallet.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://www.ellipal.com/" target="_blank" title="Hardware Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/hardware.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/tangem.svg" alt="Tangem" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Tangem</div>
<p class="exchangeCard-type text-muted mb-0">Tangem Wallet is a reliable hardware wallet that allows you to store cryptocurrencies simply and safely.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://tangem.com/en/pricing/" target="_blank" title="Hardware Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/hardware.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mt-2 mb-2">
<div class="h-100 card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="exchangeCard-block card-info d-flex flex-column gap-4">
<div class="exchangeCard-header">
<div class="icon">
<div class=""><img src="assets/images/wallets/arculus.svg" alt="Arculus" /></div>
</div>
<div class="desc">
<div class="card-infoHead">Arculus</div>
<p class="exchangeCard-type text-muted mb-0">Arculus is a Digital Security Platform that Unlocks Simple and Sleek Digital Asset Protection.</p>
</div>
</div>
<div class="d-flex justify-content-between">
<div class="pairs fw-500 ml-6">
<a href="https://www.getarculus.com/" target="_blank" title="Hardware Wallet" class="WalletPlatform__link"><img src="assets/images/wallets/hardware.svg"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row pt-5 mt-5">
<div class="col-12">
<div class="card p-5 bg-lightgray br-20 border-0">
<div class="row align-items-center">
<div class="col-lg-4 col-md-12 mb-4 mb-md-4 mb-lg-0">
<h3 class="title-m text-center text-md-start text-lg-start mb-3">
Institutional Custodian
</h3>
<div class="subtitle subtitle-s text-center text-md-start text-lg-start">Safeguard Your Digital Assets for XDC Network with Trusted Custodian Wallet Services that supports XDC.</div>
</div>
<div class="col-lg-8 col-md-12">
<div class="row custodian-wallets justify-content-lg-start justify-content-md-start justify-content-sm-center">
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div>
<a href="https://copper.co/" target="_blank">
<img src="assets/images/wallets/custodian/copper.svg" class="img-fluid iconD" alt="copper.co" >
<img src="assets/images/wallets/custodian/copper-light.svg" class="img-fluid iconL" alt="copper.co" >
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div>
<a href="https://custody.bitpanda.com/" target="_blank">
<img src="assets/images/wallets/custodian/bitpanda.svg" class="img-fluid iconD" alt="custody.bitpanda.com" >
<img src="assets/images/wallets/custodian/bitpanda-light.svg" class="img-fluid iconL" alt="custody.bitpanda.com" >
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div>
<a href="https://www.propine.com/" target="_blank">
<img src="assets/images/wallets/custodian/propine.svg" class="img-fluid iconD" alt="propine.com" >
<img src="assets/images/wallets/custodian/propine-light.svg" class="img-fluid iconL" alt="propine.com" >
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div>
<a href="https://www.lmnl.app/" target="_blank">
<img src="assets/images/wallets/custodian/liminal.svg" class="img-fluid iconD" alt="lmnl.app" >
<img src="assets/images/wallets/custodian/liminal-light.svg" class="img-fluid iconL" alt="lmnl.app" >
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div>
<a href="https://www.fireblocks.com/" target="_blank">
<img src="assets/images/wallets/custodian/fireblocks.svg" class="img-fluid iconD" alt="fireblocks.com" >
<img src="assets/images/wallets/custodian/fireblocks-light.svg" class="img-fluid iconL" alt="fireblocks.com" >
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row pt-5 mt-5">
<div class="col-12">
<div class="card p-5 bg-lightgray br-20 border-0">
<div class="row align-items-center">
<div class="col-lg-4 col-md-12 mb-4 mb-md-4 mb-lg-0">
<h3 class="title-m text-center text-md-start text-lg-start mb-3">
Multisig Wallets
</h3>
<div class="subtitle subtitle-s text-center text-md-start text-lg-start">Multisig wallets for the XDC Network offer an added layer of security by requiring multiple signatures for transactions to be executed.</div>
</div>
<div class="col-lg-8 col-md-12">
<div class="row custodian-wallets justify-content-lg-start justify-content-md-start justify-content-sm-center">
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div>
<a href="https://app.oryy.io/" target="_blank">
<img src="assets/images/wallets/multisig-wallets/oryy.svg" class="img-fluid iconD" alt="app.oryy.io" >
<img src="assets/images/wallets/multisig-wallets/oryy-light.svg" class="img-fluid iconL" alt="app.oryy.io" >
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div>
<a href="https://xdcsafe.xdcscan.com/welcome" target="_blank">
<img src="assets/images/wallets/multisig-wallets/xdcsafe.svg" class="img-fluid iconD" alt="xdcsafe.xdcscan.com" >
<img src="assets/images/wallets/multisig-wallets/xdcsafe-light.svg" class="img-fluid iconL" alt="xdcsafe.xdcscan.com" >
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div>
<a href="https://yplusvault.com/welcome" target="_blank">
<img src="assets/images/wallets/multisig-wallets/yodaplus.svg" class="img-fluid iconD" alt="yplusvault.com" >
<img src="assets/images/wallets/multisig-wallets/yodaplus-light.svg" class="img-fluid iconL" alt="yplusvault.com" >
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-12">
<div class="text-muted small fw-500 lh-sm">
<p class="fs-6 mb-2">Disclaimer for Links to External, Third-Party Web Sites</p>
<p class="mb-2">Links to external or third-party Web sites are provided solely for visitors' convenience. When you access an external Web site, keep in mind that xinfin.org has no control over its content. Links taken to other sites are done at your own risk, and xinfin.org accepts no liability for any linked sites or their content.</p>
<p class="mb-2">Any link from xinfin.org to an external Web site does not imply or mean that xinfin.org endorses or accepts any responsibility for the content or the use of such Web site. xinfin.org does not give any representation regarding the quality, safety, suitability, or reliability of any external Web sites or any of the content or materials contained in them. It is essential for users to take necessary precautions, especially to ensure appropriate safety from viruses, worms, Trojan horses, and other potentially destructive items.</p>
<p class="mb-0">When visiting external Web sites, users should review those Websites' privacy policies and other terms of use to learn more about what, why, and how they collect and use personally identifiable information.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Wallets Ends -->
<!-- Community Starts -->
<section class="px-80">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 mb-5">
<h3 class="title-m text-center">Join the Global Community</h3>
<div class="subtitle subtitle-s text-center">Join a fast-growing XDC Network Community and innovators, connected all over the world. The XDC Network community includes people of many different backgrounds and skill sets.</div>
</div>
</div>
<div class="row justify-content-center">
<!--<div class="col-lg-8 offset-lg-2">
<div class="row items-3 justify-content-center">
<div class="col mt-2 mb-2">-->
<div class="col-lg-10 col-md-12">
<div class="row justify-content-center">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt-2 mb-2">
<div class="card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="socialHead"><i class="fas fa-paper-plane"></i>Telegram</div>
<a href="https://t.me/XDC_Network_Updates" target="_blank" class="btn socialHead-button">
Join discussion
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt-2 mb-2">
<div class="card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="socialHead"><i class="fab fa-twitter"></i>Twitter</div>
<a href="https://x.com/XDC_Network_" target="_blank" class="btn socialHead-button">
Follow
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt-2 mb-2">
<div class="card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="socialHead"><i class="fab fa-reddit-alien"></i>Reddit</div>
<a href="https://www.reddit.com/r/xinfin/" target="_blank" class="btn socialHead-button">
Dive in
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt-2 mb-2">
<div class="card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="socialHead"><i class="fab fa-github"></i>GitHub</div>
<a href="https://github.com/XinFinorg" target="_blank" class="btn socialHead-button">
Build with us
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt-2 mb-2">
<div class="card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="socialHead"><i class="fab fa-medium"></i>Medium</div>
<a href="https://medium.com/xinfin" target="_blank" class="btn socialHead-button">
Follow
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt-2 mb-2">
<div class="card pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info">
<div class="socialHead"><i class="fab fa-discord"></i>Developers Forum</div>
<a href="https://xdc.dev/" target="_blank" class="btn socialHead-button">
Get involved
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Community Ends -->
<?php include('inc/footer.php') ?>