<!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"> <meta name="description" content=""> <meta name="author" content=""> <title></title> <!-- Bootstrap Core CSS --> <link href="css2/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css2/simple-blog-template.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body><script> document.addEventListener('DOMContentLoaded', function() { var host = window.location.host; var myArray = host.split("."); var urln = myArray[0].toUpperCase(); document.getElementsByTagName("title")[0].innerText = urln; document.getElementsByClassName("navbar-brand")[0].innerText = urln; }) </script> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a href="/">Home</a> </li> <li> <a href="privacy-policy.html">Privacy Policy</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <div class="row"> <!-- Blog Entries Column --> <div class="col-md-12"> <!-- First Blog Post --> <h2 class="post-title"> <a href="what-is-bitcoin.html">What is Bitcoin ?</a> </h2> <p class="lead"> by Author </p> <p>Bitcoin is a decentralized digital currency that operates on a peer-to-peer network without the need for intermediaries. It was created in 2009 by an anonymous individual or group of individuals under the pseudonym Satoshi Nakamoto.</p> <a class="btn btn-default" href="what-is-bitcoin.html">Read More</a> <hr> <!-- Second Blog Post --> <h2 class="post-title"> <a href="what-is-ethereum.html">What is Ethereum ?</a> </h2> <p class="lead"> by Author </p> <p>Ethereum is a decentralized, open-source blockchain platform that enables the creation of smart contracts and decentralized applications (dApps). It was founded by Vitalik Buterin in 2014 and has since grown to become the second-largest cryptocurrency platform by market capitalization.</p> <a class="btn btn-default" href="what-is-ethereum.html">Read More</a> <hr> <!-- Third Blog Post --> <h2 class="post-title"> <a href="what-is-avax.html">What is Avax ?</a> </h2> <p class="lead"> by Author </p> <p>Avax, previously known as Algo, is a decentralized platform and digital asset which aims to provide a comprehensive ecosystem for decentralized applications (dApps) and smart contracts. Avax has been in development for several years and was officially launched in 2020, making it a relatively new player in the crypto world. However, despite its newness, Avax has gained a significant following and has quickly become one of the most highly anticipated blockchain projects of 2021.</p> <a class="btn btn-default" href="what-is-avax.html">Read More</a> <hr> <!-- Third Blog Post --> <h2 class="post-title"> <a href="what-is-zcash.html">What is ZCash (ZEC)</a> </h2> <p class="lead"> by Author </p> <p>ZCash (ZEC) is a privacy-focused cryptocurrency that was launched in 2016. It is built on the same technology as Bitcoin, but with the added benefit of privacy and security. ZCash aims to provide users with the ability to make transactions that are completely private and secure.</p> <a class="btn btn-default" href="what-is-zcash.html">Read More</a> <hr> <!-- Third Blog Post --> <h2 class="post-title"> <a href="what-is-terra-luna.html">What is Terra Luna ?</a> </h2> <p class="lead"> by Author </p> <p>Terra Luna Classic, also known as TLC, is a decentralized finance (DeFi) platform that is built on the Terra blockchain network. It was launched in 2020 and has since become one of the most popular DeFi platforms in the crypto community. The platform is designed to provide users with a simple and accessible way to invest in various crypto assets and participate in decentralized finance.</p> <a class="btn btn-default" href="what-is-terra-luna.html">Read More</a> <hr> </div> </div> <!-- /.row --> </div> <!-- /.container --> <!-- Footer --> <footer> <div class="container"> <div class="row"> <div class="col-lg-12"> <p>Copyright © 2023</p> </div> <!-- /.col-lg-12 --> </div> <!-- /.row --> </div> </footer> <!-- jQuery --> <script src="js2/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js2/bootstrap.min.js"></script> </body> </html>