forked from XinFinOrg/Official-XinFinOrg
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphasing-out-xdce.php
More file actions
42 lines (36 loc) · 2.64 KB
/
phasing-out-xdce.php
File metadata and controls
42 lines (36 loc) · 2.64 KB
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
<?php
$title = "Phasing out XDCe - XinFin Hybrid Blockchain network";
$desc = "Visit this page of XinFin to discuss, code, access documentation, report bugs, get advice and support to make the XDC ecosystem the blockchain for enterprise. ";
include('inc/header.php') ?>
<link rel='stylesheet' href='assets/css/app-new.css' type='text/css' media='all' />
<section id="xdc-utility-banner" style="background: url('assets/images/xdc-protocol-banner-image2.png') #112b3c; background-repeat: no-repeat; background-position: bottom right;">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="bannertext">
<!--<h1>XDC/XDCE Utility</h1>-->
<h1>Phasing out XDCe</h1>
<p><b><u>Phasing out XDCe - ERC20 Token</u></b></p>
<p>XDC Mainnet token is supported by an ecosystem of wallets and exchanges including a tier 1 exchange. Anyone looking to interact with Dapps on XinFin Network can acquire XDC from these markets.</p>
</div>
</div>
</div>
</div>
</section>
<section id="xdc-utility">
<div class="container">
<div class="tab-content">
<div class="network">
<div class="row">
<div class="col-md-12 mb-3">
<p>XDCe, ERC20 token which has been pegged to XDC at 1:1 till 6th Dec 5:30 GMT is no more supported by XDC ecosystem. Anyone holding XDCe with Txhash before 6th Dec 5:30 GMT can swap the XDCe to XDC 1:1 alphaex.net subject to the exchange KYC/AML compliance. The deadline of this swap is 31st March 2021.</p>
<p>XinFin developer community is working to support an interoperability of XDC mainnet token with Ethereum ecosystem. Community can interact with this tool at their own risk as it is still in alpha testing : <a href="https://bancor.xdc.network/" target="_blank">https://bancor.xdc.network/</a> (It's on apothem.network / Test Network) we are requesting developer community test and provide feedback at <a href="mailto:info@xinfin.org">info@xinfin.org</a></p>
<p>Connecting XDC eco system with various wallets, payment gateways and developers tools. We welcome community support to add the XDC Network ecosystem with various tools. Integration and API available at : <a href="https://mycontract.co/" target="_blank">https://mycontract.co/</a></p>
<p>Custody services integration for XDC : <a href="https://xinfin.org/custody-services-integration">https://xinfin.org/custody-services-integration</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<?php include('inc/footer.php') ?>