mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
* Adds Makefile test to ensure all subheadings, except those on Choose Your Wallet, have an ID (anchor reference) * Adds an ID to all subheads that didn't have on previously
26 lines
731 B
HTML
Executable file
26 lines
731 B
HTML
Executable file
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base
|
|
id: how-it-works
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summary">{% translate intro %}</p>
|
|
|
|
<h2 id="basics">{% translate basics %}</h2>
|
|
<p>{% translate basicstxt1 %}</p>
|
|
|
|
<p><br><img src="/img/icons/bitcoin-how-it-works.svg" alt="Bitcoin" /></p>
|
|
|
|
<h2 id="balances">{% translate balances %}</h2>
|
|
<p>{% translate balancestxt %}</p>
|
|
|
|
<h2 id="transactions">{% translate transactions %}</h2>
|
|
<p>{% translate transactionstxt %}</p>
|
|
|
|
<h2 id="processing">{% translate processing %}</h2>
|
|
<p>{% translate processingtxt %}</p>
|
|
|
|
<h2 id="readmore">{% translate readmore %}</h2>
|
|
<p>{% translate readmoretxt %}</p>
|