mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
fix many small typo and update README guidelines
fix wrong encoding for some space characters in the french version fix lowercase/uppercase "bitcoin" depending if we speak of the unit or the technology update some french translation to fit recent english changes add guidance about previewing fixed height/width texts and ask for UTF-8 encoded texts in the README
This commit is contained in:
parent
815959fa9a
commit
aa57124121
19 changed files with 43 additions and 43 deletions
|
@ -10,7 +10,7 @@ title: Bitcoin for Developers - Bitcoin
|
|||
<p>Unless payment needs to be associated with automatic invoices, accepting money is as simple as adding a Bitcoin address to a website as a bitcoin: link or QR code. This very simple setup is within reach of any user and can fulfill the needs of a good range of clients. It's especially suitable for donations.</p>
|
||||
|
||||
<h2><img src="/img/ico_conf.svg" alt="APIs" />Many third party APIs</h2>
|
||||
<p>There are many third party payment processing services that provide APIs; you don't need to store bitcoins on your server and handle the security that this implies. At the same time, most of these APIs allow you to exchange your Bitcoins into your local currency at competitive costs.</p>
|
||||
<p>There are many third party payment processing services that provide APIs; you don't need to store bitcoins on your server and handle the security that this implies. At the same time, most of these APIs allow you to exchange your bitcoins into your local currency at competitive costs.</p>
|
||||
|
||||
<h2><img src="/img/ico_own.svg" alt="Own" />You can be your own financial system</h2>
|
||||
<p>If you don't use any third party APIs, you can integrate a Bitcoin server directly in your applications, allowing you to become your own bank and payment processor. With all responsibilities that this implies, you can build amazing systems that process Bitcoin transactions with almost no fees.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue