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:
David A. Harding 2014-06-01 20:12:31 -04:00
parent d1b4b08729
commit 7e8e52b966
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
3 changed files with 721 additions and 705 deletions

29
en/developer-examples.md Normal file
View 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>