mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Move BIP70 Example To Dev Examples
* Move the extened BIP70 example from the guide to the developer examples page. * Add new text introducing BIP70 to the guide
This commit is contained in:
parent
d1b4b08729
commit
7e8e52b966
3 changed files with 721 additions and 705 deletions
29
en/developer-examples.md
Normal file
29
en/developer-examples.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
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><li><a href="/en/developer-documentation">Return To Overview</a></li></ul>
|
||||
|
||||
</div></div>
|
||||
<div markdown="1" class="toccontent">
|
||||
|
||||
{% include example_transactions.md %}
|
||||
{% include example_payment_processing.md %}
|
||||
|
||||
{% include references.md %}
|
||||
|
||||
</div>
|
||||
|
||||
<script>updateToc();</script>
|
Loading…
Add table
Add a link
Reference in a new issue