dash-docs/en/developer-guide.md
David A. Harding 037cd4553a
Add New Glossary Page And Developer Search Feature
This commit adds the code necessary to generate a new
en/developre-glossary page with entry pages in the en/glossary/
directory, e.g. en/glossary/51-percent-attack.

The glossary page and the individual term pages feature a JavaScript
search engine (no CGI) for just glossary terms.  This search box has
also been added to the following pages:

    * Developer Documentation (the index page)
    * Developer Guide
    * Developer Reference
    * Developer Examples

The search box requires the following MIT-licensed libraries:

    * JQuery
    * JQuery UI
    * JQuery UI CSS stylesheet

These allow our JS code to be almost trivially simple in js/devsearch.js

This commit adds only code.  Actual glossary entry data will be added in
a subsequent commit.
2015-03-19 15:31:28 -04:00

1.7 KiB

layout lang id title
base en developer-guide Developer Guide - Bitcoin

Bitcoin Developer Guide

Find detailed information about the Bitcoin protocol and related specifications.

{% include fragment_reviews_needed.md %}

{% include guide_intro.md %}

{% include guide_block_chain.md %}

{% include guide_transactions.md %}

{% include guide_contracts.md %}

{% include guide_wallets.md %}

{% include guide_payment_processing.md %}

{% include guide_operating_modes.md %}

{% include guide_p2p_network.md %}

{% include guide_mining.md %}

{% include references.md %} {{site.glossary_links}}