dash-docs/en/developer-reference.md
David A. Harding e65d86de21
Mention Bitcoin's RPC Hash Byte Order
* Add a short subsection about the different byte orders used with
  hashes in Bitcoin Core and other software.

* Re-word some text in other sections to mention the byte order
  differences

This commit created based on comments from @SergioDemianLerner (thanks!)
2014-10-23 14:53:52 -04:00

1.7 KiB

layout lang id title
base en developer-reference Developer Reference - Bitcoin

Bitcoin Developer Reference

Find technical specifications and API documentation.

  • Table of contents {:toc}

{% include fragment_reviews_needed.md %}

{% include ref_intro.md %}

{% include ref_block_chain.md %}

{% include ref_transactions.md %}

{% include ref_wallets.md %}

Bitcoin Core APIs

{% include ref_core_rpc_intro.md %}

Remote Procedure Calls (RPCs)

Warning: the block chain and memory pool can include arbitrary data which several of the commands below will return in hex format. If you convert this data to another format in an executable context, it could be used in an exploit. For example, displaying an output script as ASCII text in a webpage could add arbitrary Javascript to that page and create a cross-site scripting (XSS) exploit. To avoid problems, please treat block chain and memory pool data as an arbitrary input from an untrusted source.

{% include ref_core_rpcs-abcdefg.md %} {% include ref_core_rpcs-hijklmn.md %} {% include ref_core_rpcs-opqrst.md %} {% include ref_core_rpcs-uvwxyz.md %} {% include references.md %}