mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
31 lines
1.5 KiB
HTML
Executable file
31 lines
1.5 KiB
HTML
Executable file
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base
|
|
id: bitcoin-for-developers
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summary">{% translate summary %}</p>
|
|
|
|
<h2 id="simple"><img class="titleicon" src="/img/icons/ico_simple.svg" alt="Icon" />{% translate simple %}</h2>
|
|
<p>{% translate simpletext %}</p>
|
|
|
|
<h2 id="api"><img class="titleicon" src="/img/icons/ico_conf.svg" alt="Icon" />{% translate api %}</h2>
|
|
<p>{% translate apitext %}</p>
|
|
|
|
<h2 id="own"><img class="titleicon" src="/img/icons/ico_own.svg" alt="Icon" />{% translate own %}</h2>
|
|
<p>{% translate owntext %}</p>
|
|
|
|
<h2 id="invoice"><img class="titleicon" src="/img/icons/ico_invoice.svg" alt="Icon" />{% translate invoice %}</h2>
|
|
<p>{% translate invoicetext %}</p>
|
|
|
|
<h2 id="security"><img class="titleicon" src="/img/icons/ico_lock.svg" alt="Icon" />{% translate security %}</h2>
|
|
<p>{% translate securitytext %}</p>
|
|
|
|
<h2 id="micro"><img class="titleicon" src="/img/icons/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
|
|
<p>{% translate microtext %}</p>
|
|
|
|
<div class="introlink"><a href="/en/">Developer Documentation {% if page.lang != "en" %}(English){% endif %}</a></div>
|
|
<!--<div class="mainbutton"><a href="/{{ page.lang }}/{% translate getting-started url %}"><img src="/img/icons/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div> -->
|
|
<div class="mainbutton"><a href="https://www.dash.org/" target="_blank"><img src="/img/icons/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div>
|