This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 471bba2
Showing
590 changed files
with
717,661 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,390 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
|
||
<head> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V8S347W9DR"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { | ||
dataLayer.push(arguments); | ||
} | ||
gtag("js", new Date()); | ||
|
||
gtag("config", "G-V8S347W9DR"); | ||
</script> | ||
|
||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<title>Pactus 0.9.0 released | Welcome to Pactus</title> | ||
<meta name="description" content="Pactus is a community-run blockchain technology with a revolutionary, secure, Solid State Proof of Stake Consensus. Come join us and build a decentralized future together!" /> | ||
|
||
<meta property="og:title" content="Pactus 0.9.0 released | Welcome to Pactus" /> | ||
<meta property="og:description" content="Pactus is a community-run blockchain technology with a revolutionary, secure, Solid State Proof of Stake Consensus. Come join us and build a decentralized future together!" /> | ||
<meta property="og:site_name" content="Welcome to Pactus" /> | ||
<meta property="og:url" content="https://pactus.org/2022/09/20/release-0-9-0.html" /> | ||
<meta property="og:type" content="website" /> | ||
|
||
<link href="/assets/css/rouge.theme.vim.css" rel="stylesheet" /> | ||
<link href="/assets/css/fontawesome.min.css" rel="stylesheet" /> | ||
<link href="/assets/css/fontawesome.colorful.brands.css" rel="stylesheet" /> | ||
<link href="/assets/css/custom.css" rel="stylesheet" /> | ||
|
||
<script src="/assets/js/jquery-3.6.1.min.js"></script> | ||
<script src="/assets/js/bootstrap.bundle.min.js"></script> | ||
<script src="/assets/js/anchor.min.js"></script> | ||
<script src="/assets/js/custom.js"></script> | ||
<script src="/assets/js/color-modes.js"></script> | ||
<script async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> | ||
|
||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> | ||
<link rel="shortcut icon" type="image/png" href="/favicon-128x128.png" /> | ||
<link rel="icon" type="image/png" sizes="128x128" href="/favicon-128x128.png" /> | ||
<link rel="icon" type="image/png" sizes="64x64" href="/favicon-64x64.png" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" /> | ||
<link rel="manifest" href="/site.webmanifest" /> | ||
<meta name="msapplication-TileColor" content="#da532c" /> | ||
<meta name="theme-color" content="#ffffff" /> | ||
</head> | ||
|
||
|
||
<body> | ||
<div class="shadow-sm rounded-bottom"> | ||
<nav class="navbar rounded-bottom navbar-expand-lg bg-body"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand logo px-4 pt-2" href="/"> | ||
<img id="logo_image" src="https://pactus.org/assets/images/logos/pactus-logo-light.png" alt="Pactus blockchain" /> | ||
<div class="logo"></div> | ||
</a> | ||
<button | ||
class="navbar-toggler" | ||
type="button" | ||
data-bs-toggle="collapse" | ||
data-bs-target="#navbarNavDropdown" | ||
aria-controls="navbarNavDropdown" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNavDropdown"> | ||
<ul class="topnav navbar-nav" style="margin-left: auto !important"> | ||
<li class="nav-item dropdown ps-2"> | ||
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
About | ||
</a> | ||
<ul class="dropdown-menu dropdown-menu-end shadow-sm pe-0 fixed-menu"> | ||
<li> | ||
<a class="nav-link dropdown-item ps-2" href="/about/what-is-pactus/"> | ||
What is Pactus? | ||
</a> | ||
</li> | ||
<li> | ||
<a class="nav-link dropdown-item ps-2" href="/about/roadmap/"> | ||
Roadmap | ||
</a> | ||
</li> | ||
<li> | ||
<a class="nav-link dropdown-item ps-2" href="/about/faq/">FAQ</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-item ps-2"> | ||
<a class="nav-link" href="/learn/">Learn</a> | ||
</li> | ||
<li class="nav-item ps-2"> | ||
<a class="nav-link" href="/download/">Download</a> | ||
</li> | ||
<li class="nav-item ps-2"> | ||
<a class="nav-link" href="/blog/">Blog</a> | ||
</li> | ||
<li class="nav-item dropdown ps-2"> | ||
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
Resources | ||
</a> | ||
<ul class="dropdown-menu dropdown-menu-end shadow-sm pe-0 fixed-menu"> | ||
<li> | ||
<a class="nav-link dropdown-item ps-2" href="/community/"> | ||
Community | ||
</a> | ||
</li> | ||
<li> | ||
<a class="nav-link dropdown-item ps-2" href="/contributing/"> | ||
Contributing | ||
</a> | ||
</li> | ||
<li> | ||
<a class="nav-link dropdown-item ps-2" href="/user-guides/"> | ||
User Guides | ||
</a> | ||
</li> | ||
<li> | ||
<a | ||
class="nav-link dropdown-item ps-2" | ||
href="https://github.com/pactus-project/Whitepaper/releases/latest/download/pactus_whitepaper.pdf" | ||
target="_blank" | ||
rel="noopener noreferrer"> | ||
Whitepaper <i class="fa fa-external-link" aria-hidden="true"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a | ||
class="nav-link dropdown-item ps-2" | ||
href="https://pacviewer.com/" | ||
target="_blank" | ||
rel="noopener noreferrer"> | ||
Block explorer <i class="fa fa-external-link" aria-hidden="true"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a | ||
class="nav-link dropdown-item ps-2" | ||
href="https://github.com/pactus-project/" | ||
target="_blank" | ||
rel="noopener noreferrer"> | ||
Source code <i class="fa fa-external-link" aria-hidden="true"></i> | ||
</a> | ||
<a class="nav-link dropdown-item ps-2" href="https://pips.pactus.org" target="_blank"> | ||
PIPs <i class="fa fa-external-link" aria-hidden="true"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-item dropdown ps-2"> | ||
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
<i class="fa-solid fa-fw fa-earth-americas"></i> | ||
<span class="m-0 p-0">English</span> | ||
</a> | ||
<ul class="dropdown-menu dropdown-menu-end shadow-sm pe-0 fixed-menu"> | ||
|
||
<li> | ||
<a class="nav-link dropdown-item ps-3" href="/ar/2022/09/20/release-0-9-0.html">العربية</a> | ||
</li> | ||
|
||
<li> | ||
<a class="nav-link dropdown-item ps-3" href="/zh/2022/09/20/release-0-9-0.html">中文</a> | ||
</li> | ||
|
||
</ul> | ||
</li> | ||
<li class="nav-item dropdown ps-2 ms-0"> | ||
<button | ||
class="btn btn-link nav-link dropdown-toggle" | ||
id="bd-theme" | ||
type="button" | ||
aria-expanded="false" | ||
data-bs-toggle="dropdown" | ||
data-bs-display="static" | ||
aria-label="Toggle theme (auto)"> | ||
<i id="bd-theme-icon" class="fa-regular fa-fw fa-circle-half-stroke"></i> | ||
<span class="d-lg-none bd-theme-text m-0 p-0" id="bd-theme-text">Toggle theme</span> | ||
</button> | ||
<ul class="dropdown-menu dropdown-menu-end shadow-sm pe-0 fixed-menu"> | ||
<li> | ||
<button type="button" class="dropdown-item ps-2" data-bs-theme-value="light"> | ||
<i class="fa-regular fa-fw fa-sun"></i> | ||
Light | ||
</button> | ||
</li> | ||
<li> | ||
<button type="button" class="dropdown-item ps-2" data-bs-theme-value="dark"> | ||
<i class="fa-solid fa-fw fa-moon"></i> | ||
Dark | ||
</button> | ||
</li> | ||
</ul> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<div class="container-fluid shadow-sm mt-3 mb-3 blog-post"> | ||
<div class="row bg-body rounded p-3"> | ||
<div class="col-lg-2"></div> | ||
<div class="col-lg-8 content"> | ||
<h1>Pactus 0.9.0 released</h1> | ||
<div class="post-date">20 September 2022</div> | ||
<h2 id="overview">Overview</h2> | ||
|
||
<p>Pactus Blockchain Release <a href="https://github.com/pactus-project/pactus/releases/tag/v0.9.0">Version 0.9.0</a> | ||
is now available for download. | ||
This release includes a new graphical user interface (GUI) that | ||
is suitable for both beginners and experienced users. | ||
It also includes a command-line interface (CLI) for advanced users and wallet software | ||
that allows users to interact with the blockchain without the need to sync the entire blockchain.</p> | ||
|
||
<h2 id="download">Download</h2> | ||
|
||
<p>This version has been implemented for Testnet-0 and is preparing for the upcoming Mainnet launch. | ||
To get started with the Pactus Blockchain Testnet-0, simply <a href="/download">download</a> | ||
the latest version and run the Pactus software.</p> | ||
|
||
<p>Join the Testnet now and get ready for the future!</p> | ||
|
||
<div class="row p-3"> | ||
<div class="col text-end"> | ||
<a href="/blog/">« Back to the blog list</a> | ||
</div> | ||
</div> | ||
<div class="row edit-bar"> | ||
<div class="col"> | ||
<a class="p-2 edit-btn" href="https://github.com/pactus-project/pactus.org/edit/main/website/_posts/2022-09-20-release-0-9-0.md"> | ||
<i class="fa fa-pen-to-square" aria-hidden="true"></i> | ||
Edit this page | ||
</a> | ||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
<div class="col-lg-2"></div> | ||
</div> | ||
</div> | ||
<div class="shadow-sm rounded-top footer anchor"> | ||
<footer class="container-fluid py-4 pb-0 mb-0"> | ||
<div class="container pb-0 mb-0"> | ||
<div class="row around-xs footer-wrapper"> | ||
<div class="col-md-3 col-xs-6"> | ||
<div class="section">Pactus</div> | ||
<ul class="list-unstyled"> | ||
<li> | ||
<a class="anchor" href="/about/what-is-pactus/">What is Pactus?</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="/about/roadmap/">Roadmap</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="/download/">Download</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="/learn/">Learn</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="/blog/">Blog</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="/about/faq/">FAQ</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-3 col-xs-6"> | ||
<div class="section">Resources</div> | ||
<ul class="list-unstyled"> | ||
<li> | ||
<a class="anchor" href="/community/">Community</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="/contributing/">Contributing</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="/user-guides/">User Guides</a> | ||
</li> | ||
<li> | ||
<a class="anchor" | ||
href="https://github.com/pactus-project/Whitepaper/releases/latest/download/pactus_whitepaper.pdf" | ||
target="_blank"> | ||
Whitepaper <i class="fa fa-external-link" aria-hidden="true"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="https://pacviewer.com/" target="_blank" rel="noopener noreferrer"> | ||
Block explorer <i class="fa fa-external-link" aria-hidden="true"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="https://github.com/pactus-project/" target="_blank" rel="noopener noreferrer"> | ||
Source code <i class="fa fa-external-link" aria-hidden="true"></i> | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a class="anchor" href="https://pips.pactus.org" target="_blank">PIPs <i class="fa fa-external-link" aria-hidden="true"></i></a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-3 col-xs-6"> | ||
<div class="section">Community</div> | ||
<ul class="list-unstyled"> | ||
<li> | ||
<a class="anchor" href="https://discord.gg/H5vZkNnXCu"> | ||
<i class="fa-brands fa-fw fa-discord"></i> | ||
Pactus on Discord | ||
</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="https://x.com/pactuschain/"> | ||
<i class="fa-brands fa-fw fa-twitter"></i> | ||
Pactus on Twitter | ||
</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="https://t.me/pactusblockchain"> | ||
<i class="fa-brands fa-fw fa-telegram"></i> | ||
Pactus on Telegram | ||
</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="https://linkedin.com/company/pactus-blockchain"> | ||
<i class="fa-brands fa-fw fa-linkedin"></i> | ||
Pactus on LinkedIn | ||
</a> | ||
</li> | ||
<li> | ||
<a class="anchor" href="https://bitcointalk.org/index.php?topic=5480867.0"> | ||
<i class="fa-brands fa-fw fa-bitcoin"></i> | ||
Pactus on Bitcoin Talk | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-3 col-xs-6"> | ||
<ul class="list-unstyled"> | ||
<li> | ||
<img alt="Pactus" src="https://pactus.org/assets/images/logos/text-logo.png" /> | ||
</li> | ||
<li> | ||
<a class="anchor" href="mailto:[email protected]"> | ||
<i class="fa-solid fa-envelope"></i> | ||
[email protected] | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="row around-xs pt-4 pb-0 m-0"> | ||
<div class="col d-flex justify-content-center"> | ||
<ul class="list-inline list-unstyled"> | ||
<li class="list-inline-item"> | ||
<a href="https://pactus.org/term-of-use/" class="px-2 legal"> | ||
<i class="fa-solid fa-gavel"></i> | ||
Term of Use | ||
</a> | ||
</li> | ||
<li class="list-inline-item"> | ||
<a href="https://pactus.org/sitemap.xml" class="px-2 legal"> | ||
<i class="fa-solid fa-sitemap"></i> | ||
Sitemap | ||
</a> | ||
</li> | ||
<li class="list-inline-item"> | ||
<a href="https://pactus.org/feed.xml" class="px-2 legal"> | ||
<i class="fa-solid fa-rss"></i> | ||
RSS Feed | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.