mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Move existing "regtest / testnet" texts to the new subsection and link to it Move Bitcoin Core setup instructions in devel-examples Add a consistent introduction for devel-(guide/ref/examples) Fix autocrossref.rb to not add links inside {% highlight %} code blocks
38 lines
880 B
Markdown
38 lines
880 B
Markdown
---
|
|
layout: base
|
|
lang: en
|
|
id: developer-examples
|
|
title: "Developer Examples - Bitcoin"
|
|
---
|
|
|
|
# Bitcoin Developer Examples
|
|
|
|
<p class="summary">Find examples of how to build programs using Bitcoin.</p>
|
|
|
|
<div markdown="1" id="toc" class="toc"><div markdown="1">
|
|
|
|
* Table of contents
|
|
{:toc}
|
|
|
|
<ul class="goback"><li><a href="/en/developer-documentation">Return To Overview</a></li></ul>
|
|
<ul class="reportissue"><li><a href="https://github.com/bitcoin/bitcoin.org/issues/new" onmouseover="updateIssue(event);">Report An Issue</a></li></ul>
|
|
|
|
</div></div>
|
|
<div markdown="1" class="toccontent">
|
|
|
|
{% include fragment_reviews_needed.md %}
|
|
|
|
{% include example_intro.md %}
|
|
|
|
{% include example_testing.md %}
|
|
|
|
{% include example_transactions.md %}
|
|
|
|
{% include example_payment_processing.md %}
|
|
|
|
{% include references.md %}
|
|
|
|
</div>
|
|
|
|
<script>updateToc();</script>
|
|
<script>addAnchorLinks();</script>
|