mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Link more open-source projects in the development page
This commit is contained in:
parent
9e77652d3e
commit
2916d7090a
4 changed files with 56 additions and 0 deletions
|
@ -39,6 +39,28 @@ id: development
|
|||
<div id="chatbox"></div>
|
||||
{% endcase %}
|
||||
|
||||
{% case page.lang %}
|
||||
{% when 'ar' %}
|
||||
{% when 'es' %}
|
||||
{% when 'fa' %}
|
||||
{% when 'fr' %}
|
||||
{% when 'it' %}
|
||||
{% when 'nl' %}
|
||||
{% when 'ru' %}
|
||||
{% else %}
|
||||
<h2>{% translate more %}</h2>
|
||||
<ul class="devprojectlist">
|
||||
<li><a href="https://code.google.com/p/bitcoinj/">bitcoinj</a> - A Java implementation of a Bitcoin client-only node used in thin SPV Bitcoin clients.</li>
|
||||
<li><a href="https://multibit.org/">Multibit</a> - A thin SPV international Bitcoin client for desktops.</li>
|
||||
<li><a href="https://code.google.com/p/bitcoin-wallet/">Bitcoin Wallet for Android</a> - A thin SPV Bitcoin client for mobiles.</li>
|
||||
<li><a href="https://github.com/etotheipi/BitcoinArmory">Armory</a> - A Bitcoin client with enhanced security features.</li>
|
||||
<li><a href="http://electrum.org/community.html">Electrum</a> - A fast Bitcoin client relying on remote servers to store the block chain.</li>
|
||||
<li><a href="https://github.com/jgarzik/picocoin">picocoin</a> - A tiny bitcoin library, with lightweight client and utils.</li>
|
||||
<li><a href="https://github.com/jgarzik/python-bitcoinlib">python-bitcoinlib</a> - A library for Bitcoin written in python.</li>
|
||||
<a href="#" onclick="librariesShow(event)">{% translate moremore %}</a>
|
||||
</ul>
|
||||
{% endcase %}
|
||||
|
||||
<section id="contributors">
|
||||
<h2>{% translate contributors %}</h2>
|
||||
<p>{% translate contributorsorder %}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue