mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge branch 'clients' of github.com:bitcoin/bitcoin.org into clients
This commit is contained in:
commit
632b0c856c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ clients:
|
|||
<p>Bitcoin clients are the base level of technology for conducting Bitcoin transactions. Clients usually store a collection of keys on that computer (often termed a wallet). These keys allow you to send and receive payments through the Bitcoin network. Nobody has access to these keys except yourself, and they must be kept secure. This is where clients differ, with ingenious strategies and ongoing research into making a user-friendly and secure client - not an easy task when both goals often conflict!</p>
|
||||
<div class="row">
|
||||
{% for client in page.clients %}
|
||||
{% cycle '', '', '', '</div><br /><div class="row">' %}
|
||||
{% cycle '', '', '', '</div><br><div class="row">' %}
|
||||
<div class="span-one-third">
|
||||
<h2><a href="http://{{ client.url }}">{{ client.name }}</a></h2>
|
||||
<img src="img/clients/{{ client.image }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue