Skip to content

Commit 27ac185

Browse files
0 parents  commit 27ac185

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+12919
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+150
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="author" content="Aquachain Authors" />
7+
<link rel="shortcut icon" href="/docs/img/favicon.ico" />
8+
<title>Aquachain</title>
9+
<link rel="stylesheet" href="/docs/css/theme.css" />
10+
<link rel="stylesheet" href="/docs/css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
13+
<!--[if lt IE 9]>
14+
<script src="/docs/js/html5shiv.min.js"></script>
15+
<![endif]-->
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
17+
<script>hljs.highlightAll();</script>
18+
</head>
19+
20+
<body class="wy-body-for-nav" role="document">
21+
22+
<div class="wy-grid-for-nav">
23+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
24+
<div class="wy-side-scroll">
25+
<div class="wy-side-nav-search">
26+
<a href="/docs/." class="icon icon-home"> Aquachain
27+
</a><div role="search">
28+
<form id ="rtd-search-form" class="wy-form" action="/docs//search.html" method="get">
29+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
30+
</form>
31+
</div>
32+
</div>
33+
34+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
35+
<ul>
36+
<li class="toctree-l1"><a class="reference internal" href="/docs/.">Home</a>
37+
</li>
38+
</ul>
39+
<p class="caption"><span class="caption-text">About aquachain</span></p>
40+
<ul>
41+
<li class="toctree-l1"><a class="reference internal" href="/docs/about-aquachain/Basics/">Aquachain</a>
42+
</li>
43+
</ul>
44+
<p class="caption"><span class="caption-text">Node operator guide</span></p>
45+
<ul>
46+
<li class="toctree-l1"><a class="reference internal" href="/docs/node-operator-guide/ConsoleCheatcheat/">Console Cheatsheet</a>
47+
</li>
48+
<li class="toctree-l1"><a class="reference internal" href="/docs/node-operator-guide/FullNode/">How to run an archive node</a>
49+
</li>
50+
<li class="toctree-l1"><a class="reference internal" href="/docs/node-operator-guide/Node-Basics/">Full Node</a>
51+
</li>
52+
<li class="toctree-l1"><a class="reference internal" href="/docs/node-operator-guide/how-to-public-rpc/">How to Host a Public RPC</a>
53+
</li>
54+
</ul>
55+
<p class="caption"><span class="caption-text">User guide</span></p>
56+
<ul>
57+
<li class="toctree-l1"><a class="reference internal" href="/docs/user-guide/Compiling/">Building from the source</a>
58+
</li>
59+
<li class="toctree-l1"><a class="reference internal" href="/docs/user-guide/Metamask/">Quick: Connect Metamask or Web3 Wallet</a>
60+
</li>
61+
<li class="toctree-l1"><a class="reference internal" href="/docs/user-guide/Smart-Contracts/">Smart Contracts</a>
62+
</li>
63+
<li class="toctree-l1"><a class="reference internal" href="/docs/user-guide/Storage/">Storage</a>
64+
</li>
65+
<li class="toctree-l1"><a class="reference internal" href="/docs/user-guide/Wallet/">Wallet</a>
66+
</li>
67+
<li class="toctree-l1"><a class="reference internal" href="/docs/user-guide/Ways-Acquiring/">Getting AQUA</a>
68+
</li>
69+
<li class="toctree-l1"><a class="reference internal" href="/docs/user-guide/Whitepaper/">Whitepaper</a>
70+
</li>
71+
<li class="toctree-l1"><a class="reference internal" href="/docs/user-guide/code-of-conduct/">Code of conduct</a>
72+
</li>
73+
</ul>
74+
<p class="caption"><span class="caption-text">User mining guide</span></p>
75+
<ul>
76+
<li class="toctree-l1"><a class="reference internal" href="/docs/user-mining-guide/Mining/">Mining</a>
77+
</li>
78+
</ul>
79+
</div>
80+
</div>
81+
</nav>
82+
83+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
84+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
85+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
86+
<a href="/docs/.">Aquachain</a>
87+
88+
</nav>
89+
<div class="wy-nav-content">
90+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
91+
<ul class="wy-breadcrumbs">
92+
<li><a href="/docs/." class="icon icon-home" aria-label="Docs"></a></li>
93+
<li class="wy-breadcrumbs-aside">
94+
</li>
95+
</ul>
96+
<hr/>
97+
</div>
98+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
99+
<div class="section" itemprop="articleBody">
100+
101+
102+
<h1 id="404-page-not-found">404</h1>
103+
104+
<p><strong>Page not found</strong></p>
105+
106+
107+
</div>
108+
</div><footer>
109+
110+
<hr/>
111+
112+
<div role="contentinfo">
113+
<!-- Copyright etc -->
114+
<p>Copyright 2022 The Aquachain Authors</p>
115+
</div>
116+
117+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
118+
</footer>
119+
120+
</div>
121+
</div>
122+
123+
</section>
124+
125+
</div>
126+
127+
<div class="rst-versions" role="note" aria-label="Versions">
128+
<span class="rst-current-version" data-toggle="rst-current-version">
129+
130+
<span>
131+
<a href="https://gitlab.com/aquachain/aquachain" class="icon icon-gitlab" style="color: #fcfcfc"> GitLab</a>
132+
</span>
133+
134+
135+
136+
</span>
137+
</div>
138+
<script src="/docs/js/jquery-3.6.0.min.js"></script>
139+
<script>var base_url = "/docs/";</script>
140+
<script src="/docs/js/theme_extra.js"></script>
141+
<script src="/docs/js/theme.js"></script>
142+
<script src="/docs/search/main.js"></script>
143+
<script>
144+
jQuery(function () {
145+
SphinxRtdTheme.Navigation.enable(true);
146+
});
147+
</script>
148+
149+
</body>
150+
</html>

about-aquachain/Basics/index.html

+206
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="author" content="Aquachain Authors" /><link rel="canonical" href="https://aquachain.github.io/docs/about-aquachain/Basics/" />
7+
<link rel="shortcut icon" href="../../img/favicon.ico" />
8+
<title>Aquachain - Aquachain</title>
9+
<link rel="stylesheet" href="../../css/theme.css" />
10+
<link rel="stylesheet" href="../../css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
13+
<script>
14+
// Current page data
15+
var mkdocs_page_name = "Aquachain";
16+
var mkdocs_page_input_path = "about-aquachain/Basics.md";
17+
var mkdocs_page_url = "/docs/about-aquachain/Basics/";
18+
</script>
19+
20+
<!--[if lt IE 9]>
21+
<script src="../../js/html5shiv.min.js"></script>
22+
<![endif]-->
23+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
24+
<script>hljs.highlightAll();</script>
25+
</head>
26+
27+
<body class="wy-body-for-nav" role="document">
28+
29+
<div class="wy-grid-for-nav">
30+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
31+
<div class="wy-side-scroll">
32+
<div class="wy-side-nav-search">
33+
<a href="../.." class="icon icon-home"> Aquachain
34+
</a><div role="search">
35+
<form id ="rtd-search-form" class="wy-form" action="../../search.html" method="get">
36+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
37+
</form>
38+
</div>
39+
</div>
40+
41+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
42+
<ul>
43+
<li class="toctree-l1"><a class="reference internal" href="../..">Home</a>
44+
</li>
45+
</ul>
46+
<p class="caption"><span class="caption-text">About aquachain</span></p>
47+
<ul class="current">
48+
<li class="toctree-l1 current"><a class="reference internal current" href="./">Aquachain</a>
49+
<ul class="current">
50+
<li class="toctree-l2"><a class="reference internal" href="#what-is-aquachain">What is Aquachain?</a>
51+
</li>
52+
<li class="toctree-l2"><a class="reference internal" href="#user-manual">User Manual</a>
53+
<ul>
54+
<li class="toctree-l3"><a class="reference internal" href="#wallet-console-help">Wallet / Console Help</a>
55+
</li>
56+
<li class="toctree-l3"><a class="reference internal" href="#mining">Mining</a>
57+
</li>
58+
<li class="toctree-l3"><a class="reference internal" href="#help">Help</a>
59+
</li>
60+
</ul>
61+
</li>
62+
</ul>
63+
</li>
64+
</ul>
65+
<p class="caption"><span class="caption-text">Node operator guide</span></p>
66+
<ul>
67+
<li class="toctree-l1"><a class="reference internal" href="../../node-operator-guide/ConsoleCheatcheat/">Console Cheatsheet</a>
68+
</li>
69+
<li class="toctree-l1"><a class="reference internal" href="../../node-operator-guide/FullNode/">How to run an archive node</a>
70+
</li>
71+
<li class="toctree-l1"><a class="reference internal" href="../../node-operator-guide/Node-Basics/">Full Node</a>
72+
</li>
73+
<li class="toctree-l1"><a class="reference internal" href="../../node-operator-guide/how-to-public-rpc/">How to Host a Public RPC</a>
74+
</li>
75+
</ul>
76+
<p class="caption"><span class="caption-text">User guide</span></p>
77+
<ul>
78+
<li class="toctree-l1"><a class="reference internal" href="../../user-guide/Compiling/">Building from the source</a>
79+
</li>
80+
<li class="toctree-l1"><a class="reference internal" href="../../user-guide/Metamask/">Quick: Connect Metamask or Web3 Wallet</a>
81+
</li>
82+
<li class="toctree-l1"><a class="reference internal" href="../../user-guide/Smart-Contracts/">Smart Contracts</a>
83+
</li>
84+
<li class="toctree-l1"><a class="reference internal" href="../../user-guide/Storage/">Storage</a>
85+
</li>
86+
<li class="toctree-l1"><a class="reference internal" href="../../user-guide/Wallet/">Wallet</a>
87+
</li>
88+
<li class="toctree-l1"><a class="reference internal" href="../../user-guide/Ways-Acquiring/">Getting AQUA</a>
89+
</li>
90+
<li class="toctree-l1"><a class="reference internal" href="../../user-guide/Whitepaper/">Whitepaper</a>
91+
</li>
92+
<li class="toctree-l1"><a class="reference internal" href="../../user-guide/code-of-conduct/">Code of conduct</a>
93+
</li>
94+
</ul>
95+
<p class="caption"><span class="caption-text">User mining guide</span></p>
96+
<ul>
97+
<li class="toctree-l1"><a class="reference internal" href="../../user-mining-guide/Mining/">Mining</a>
98+
</li>
99+
</ul>
100+
</div>
101+
</div>
102+
</nav>
103+
104+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
105+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
106+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
107+
<a href="../..">Aquachain</a>
108+
109+
</nav>
110+
<div class="wy-nav-content">
111+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
112+
<ul class="wy-breadcrumbs">
113+
<li><a href="../.." class="icon icon-home" aria-label="Docs"></a></li>
114+
<li class="breadcrumb-item">About aquachain</li>
115+
<li class="breadcrumb-item active">Aquachain</li>
116+
<li class="wy-breadcrumbs-aside">
117+
<a href="https://gitlab.com/aquachain/aquachain/blob/master/Documentation/about-aquachain/Basics.md" class="icon icon-gitlab"> Edit on GitLab</a>
118+
</li>
119+
</ul>
120+
<hr/>
121+
</div>
122+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
123+
<div class="section" itemprop="articleBody">
124+
125+
<h1 id="aquachain">Aquachain</h1>
126+
<h3 id="what-is-aquachain">What is Aquachain?</h3>
127+
<p>Aquachain is a distributed computing platform based on proof of work chain technology.
128+
Its not a company, and there was no ICO, no pre-mine, no dev fund, no pre-sale, etc.</p>
129+
<p>Transactions, once mined, are irreversible and uncensorable. It is not an ERC20/Dex platform.</p>
130+
<p>Aquachain is the blockchain, <a href="../Ways-Acquiring/"><em>AQUA</em></a> is the fuel. You need <em>AQUA</em> to create and interact with contracts, store data, and to send transactions (as a tx fee).</p>
131+
<pre><code>Symbol: Ⱥ or AQUA
132+
Difficulty: 240 seconds (4 minutes)
133+
Hashing Algorithm: ethash/argon2id
134+
Difficulty Readjust: Every block
135+
Coin reward: 1
136+
Max Supply: ~42mil
137+
Chain ID: 61717561
138+
Bitcointalk ANN 2018: https://bitcointalk.org/index.php?topic=3138231
139+
</code></pre>
140+
<h2 id="user-manual">User Manual</h2>
141+
<p>This page is able to be edited by anyone.</p>
142+
<p>You are invited to collaborate to improve this documentation.</p>
143+
<h3 id="wallet-console-help">Wallet / Console Help</h3>
144+
<p>See <a href="../../user-guide/Wallet/">Wallet</a></p>
145+
<h3 id="mining"><strong>Mining</strong></h3>
146+
<p>See <a href="../../user-mining-guide/Mining/">Mining</a></p>
147+
<h3 id="help"><strong>Help</strong></h3>
148+
<p><a href="https://aquachain.github.io">Website</a></p>
149+
<p><a href="https://github.com/aquachain/aquachain">Gitlab</a></p>
150+
<p><a href="https://github.com/aquachain/aquachain">GitHub</a></p>
151+
<p><a href="https://t.me/AquaCrypto">Telegram</a></p>
152+
<p><a href="https://discordapp.com/invite/J7jBhZf">Discord</a></p>
153+
<p><a href="https://matrix.to/#/!ZIGUfKJVCVhrCjBRfz:matrix.org?via=matrix.org">Matrix</a></p>
154+
155+
</div>
156+
</div><footer>
157+
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
158+
<a href="../.." class="btn btn-neutral float-left" title="Home"><span class="icon icon-circle-arrow-left"></span> Previous</a>
159+
<a href="../../node-operator-guide/ConsoleCheatcheat/" class="btn btn-neutral float-right" title="Console Cheatsheet">Next <span class="icon icon-circle-arrow-right"></span></a>
160+
</div>
161+
162+
<hr/>
163+
164+
<div role="contentinfo">
165+
<!-- Copyright etc -->
166+
<p>Copyright 2022 The Aquachain Authors</p>
167+
</div>
168+
169+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
170+
</footer>
171+
172+
</div>
173+
</div>
174+
175+
</section>
176+
177+
</div>
178+
179+
<div class="rst-versions" role="note" aria-label="Versions">
180+
<span class="rst-current-version" data-toggle="rst-current-version">
181+
182+
<span>
183+
<a href="https://gitlab.com/aquachain/aquachain" class="icon icon-gitlab" style="color: #fcfcfc"> GitLab</a>
184+
</span>
185+
186+
187+
<span><a href="../.." style="color: #fcfcfc">&laquo; Previous</a></span>
188+
189+
190+
<span><a href="../../node-operator-guide/ConsoleCheatcheat/" style="color: #fcfcfc">Next &raquo;</a></span>
191+
192+
</span>
193+
</div>
194+
<script src="../../js/jquery-3.6.0.min.js"></script>
195+
<script>var base_url = "../..";</script>
196+
<script src="../../js/theme_extra.js"></script>
197+
<script src="../../js/theme.js"></script>
198+
<script src="../../search/main.js"></script>
199+
<script>
200+
jQuery(function () {
201+
SphinxRtdTheme.Navigation.enable(true);
202+
});
203+
</script>
204+
205+
</body>
206+
</html>

css/fonts/Roboto-Slab-Bold.woff

85.6 KB
Binary file not shown.

css/fonts/Roboto-Slab-Bold.woff2

65.7 KB
Binary file not shown.

css/fonts/Roboto-Slab-Regular.woff

84.3 KB
Binary file not shown.

css/fonts/Roboto-Slab-Regular.woff2

64.9 KB
Binary file not shown.

css/fonts/fontawesome-webfont.eot

162 KB
Binary file not shown.

0 commit comments

Comments
 (0)