mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
35 lines
663 B
HTML
Executable file
35 lines
663 B
HTML
Executable file
---
|
|
layout: base
|
|
id: vocabulary
|
|
|
|
voc:
|
|
- address
|
|
- bitcoin
|
|
- blockchain
|
|
- block
|
|
- btc
|
|
- confirmation
|
|
- cryptography
|
|
- doublespend
|
|
- hashrate
|
|
- mining
|
|
- p2p
|
|
- privatekey
|
|
- signature
|
|
- wallet
|
|
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summarytxt">{% translate summary %}</p>
|
|
<h2>{% translate table %}</h2>
|
|
|
|
<div class="index">
|
|
{% alphab_for v in page.voc %}
|
|
<a href="#{% translate {{v}} anchor.vocabulary %}">{% translate {{v}} %}</a>
|
|
{% endalphab_for %}
|
|
</div>
|
|
|
|
{% alphab_for v in page.voc %}
|
|
<h2><a name="{% translate {{v}} anchor.vocabulary %}">{% translate {{v}} %}</a></h2>
|
|
<p>{% translate {{v}}txt %}</p>
|
|
{% endalphab_for %}
|