home page to dragonx.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

242 lines
7.9 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,
minimum-scale=1"" />
<link rel="stylesheet" href="style.css?=v2" />
<link rel="icon" type="image/x-icon" href="../img/logo_dragonx.ico" />
<title>DragonX</title>
</head>
<body>
<header>
<div class="nav-logo">
<a href="https://dragonx.is" alt="dragonx logo"></a>
</div>
<div class="nav-menu desktop">
<a class="btn" href="https://dragonx.is/releases">Wallets</a>
<a class="btn" href="https://dragonx.is/exchanges">Exchanges</a>
<a class="btn" href="https://explorer.dragonx.is">Explorer</a>
<a class="btn" href="https://dragonx.is/guides">Guides</a>
<a class="btn" href="https://dragonx.is/tg">Telegram</a>
<a class="btn" href="https://dragonx.is/matrix">Matrix</a>
</div>
</header>
<input
type="checkbox"
id="mobile-checkbox"
name="mobile-checkbox"
style="display: none"
/>
<label for="mobile-checkbox" id="mobile-menu-btn"></label>
<div class="nav-menu mobile">
<a class="btn" href="https://dragonx.is/releases">Wallets</a>
<a class="btn" href="https://dragonx.is/exchanges">Exchanges</a>
<a class="btn" href="https://explorer.dragonx.is">Explorer</a>
<a class="btn" href="https://dragonx.is/guides">Guides</a>
<a class="btn" href="https://dragonx.is/tg">Telegram</a>
<a class="btn" href="https://dragonx.is/matrix">Matrix</a>
</div>
<div class="bg-overlay"></div>
<div class="img-bg"></div>
<section class="hero" id="hero">
<img
src="../img/logos/dragonx_logotext_light.svg"
alt="dragonx hero logo"
/>
<h2 class="hero-slogan">Extreme Privacy</h2>
<h3>The World’s First CPU Mineable zk-SNARKs Cryptocurrency</h3>
<div class="hero-downloads">
<a class="btn-guide btn" href="https://dragonx.is/mining"
>How To Mine DragonX</a
>
<div class="btn alt-btn">
<a href="./releases">Latest Release Info</a>
<img
class="btn-icon"
src="../img/graphics/icon_link_out.svg"
alt=""
/>
</div>
<h2>Get A Wallet Now</h2>
<p>Direct Download</p>
<div class="btn-container">
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/c9ae87fa-0439-418a-8d34-d42e02930825'"
>
<img src="../img/logos/icon_windows_white.svg" alt="button-icon" />
<p>Windows</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/ebbdc1a3-5e7e-4070-8e39-078f919dd9f5'"
>
<img src="../img/logos/icon_apple_white.svg" alt="button-icon" />
<p>Apple</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/20e30b52-83b8-46dc-aae4-50c9edcc75a0'"
>
<img src="../img/logos/icon_android_white.svg" alt="button-icon" />
<p>Android</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/4f2e2fae-2786-4a91-9266-ad58a92fb607'"
>
<img src="../img/logos/icon_linux_white.svg" alt="button-icon" />
<p>Linux</p>
</button>
</div>
</div>
</section>
<section class="about" id="about">
<h2>What is DragonX?</h2>
<h4>
DragonX is a ZK-SNARKS based Crypto Currency with default privacy and
built-in instant messaging.
</h4>
<div class="card-container flex-center">
<div class="card flex-center">
<img src="../img/graphics/graphic_cpu.png" alt="" />
<p>
DragonX is an ASICS resistant CPU mined Crypto Currency utilizing
the RandomX mining algorithm offering greater decentralization.
</p>
<a href="https://git.hush.is/hush/hush3/src/branch/dev/doc/randomx.md"
>Learn More</a
>
</div>
<div class="card flex-center">
<img src="../img/graphics/graphic_no_tax.png" alt="" />
<p>
NO Pre-Mine and NO dev-tax. Announced in advance for a fair launch..
</p>
<a
href="https://bitcointalk.org/index.php?topic=5415965.msg61063012#msg61063012"
>Learn More</a
>
</div>
<div class="card flex-center">
<img src="../img/graphics/graphic_zk_scaling.png" alt="" />
<p>Network level scaling anonymity with zk-SNARKS</p>
<a href="https://git.hush.is/hush/anonsets">Learn More</a>
</div>
<div class="card flex-center">
<img src="../img/graphics/graphic_sietch.png" alt="" />
<p>
Enhanced anonymity by blending concepts of Monero and Zcash into a
feature called Sietch, pioneered by Hush. Sietch offers a higher
anonymity set velocity than any other ZK-SNARKS based Cryptos.
</p>
<a href="https://git.hush.is/hush/sietch">Learn More</a>
</div>
<div class="card flex-center">
<img src="../img/graphics/graphic_smartchain.png" alt="" />
<p>
Fully independent layer 1 blockchain with default privacy. The first
of the "Arrakis Spice Chains" Ecosystem.
</p>
<a href="https://git.hush.is/hush/hush-smart-chains">Learn More</a>
</div>
<div class="card flex-center">
<img src="../img/graphics/graphic_chat.png" alt="" />
<p>
Encrypted Chat system with no phone numbers or centralized servers
</p>
<a href="https://git.hush.is/hush/hushchat">Learn More</a>
</div>
</div>
<a class="btn" style="font-size: 1.5rem;" href="https://dragonx.is/whitepaper.pdf">Read the Whitepaper</a>
</section>
<section class="roadmap flex-center" style="display: none;" id="roadmap">
<!-- <h2>Roadmap</h2> -->
</section>
<section class="specs" id="specs">
<h2>Chain Specifications</h2>
<table>
<tr>
<td>Algorithm:</td>
<td>RandomX</td>
</tr>
<tr>
<td>Blocktime:</td>
<td>36 Seconds</td>
</tr>
<tr>
<td>Block Reward:</td>
<td>3 DRGX</td>
</tr>
<tr>
<td>Reward Halving:</td>
<td>Every 3.5M Blocks</td>
</tr>
<tr>
<td>Total Supply:</td>
<td>21,000,000 DRGX</td>
</tr>
<tr>
<td>Premine:</td>
<td>0 DRGX</td>
</tr>
<tr>
<td>P2P Port:</td>
<td>21768</td>
</tr>
<tr>
<td>RPC Port:</td>
<td>21769</td>
</tr>
</table>
</section>
<footer class="flex-center">
<div class="flex-center">
<div class="footer-links flex-center">
<a href="https://dragonx.is/releases">Wallets</a>
<a href="https://dragonx.is/exchanges">Exchanges</a>
<a href="https://explorer.dragonx.is">Explorer</a>
</div>
<img
src="../img/logos/dragonx_logotext_light.svg"
class="footer-logo"
alt=""
/>
<div class="footer-links flex-center">
<a href="https://dragonx.is/mining/">How To Mine</a>
<a href="" class="link-out">Documentation</a>
<a href="https://arrakis.dragonx.is">Hush Arrakis Chain Creator</a>
</div>
</div>
<div style="margin: 2rem 0 2rem 0" class="flex-center">
<a href="https://twitter.com/DragonXchain" class="footer-social"
><img
src="../img/social_icons/icon_twitter.svg"
onmouseover="src='../img/social_icons/icon_twitter_red.svg'"
onmouseleave="src='../img/social_icons/icon_twitter.svg'"
alt=""
/></a>
<a href="https://dragonx.is/tg" class="footer-social"
><img
src="../img/social_icons/icon_telegram.svg"
onmouseover="src='../img/social_icons/icon_telegram_red.svg'"
onmouseleave="src='../img/social_icons/icon_telegram.svg'"
alt=""
/></a>
<a href="https://dragonx.is/matrix" class="footer-social"
><img
src="../img/social_icons/icon_matrix.svg"
onmouseover="src='../img/social_icons/icon_matrix_red.svg'"
onmouseleave="src='../img/social_icons/icon_matrix.svg'"
alt=""
/></a>
</div>
© Copyright DragonX
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</footer>
</body>
</html>