mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
* Adds the #bitcoin-dev IRC channel, Bitcoin StackExchange, and BitcoinTalk Dev & Tech board to the development page. * Links to that section of the page from the devel docs.
20 lines
1,021 B
Markdown
20 lines
1,021 B
Markdown
{% autocrossref %}
|
|
|
|
The Developer Reference aims to provide specifications and API information
|
|
to help you start building Bitcoin-based applications. To make the best use of
|
|
this documentation, you may want to install the current version of Bitcoin
|
|
Core, either from [source][core git] or from a [pre-compiled executable][core executable].
|
|
|
|
Questions about Bitcoin development are best asked in one of the
|
|
[Bitcoin development communities][dev communities].
|
|
Errors or suggestions related to
|
|
documentation on Bitcoin.org can be [submitted as an issue][docs issue]
|
|
or posted to the [bitcoin-documentation mailing list][].
|
|
|
|
In the following documentation, some strings have been shortened or wrapped: "[...]"
|
|
indicates extra data was removed, and lines ending in a single backslash "\\"
|
|
are continued below. If you hover your mouse over a paragraph, cross-reference
|
|
links will be shown in blue. If you hover over a cross-reference link, a brief
|
|
definition of the term will be displayed in a tooltip.
|
|
|
|
{% endautocrossref %}
|