mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add Developer Examples; Transaction Tutorial
* Add new Developer Examples page * Add a transaction tutorial describing in detail how to make various different transactions. * Add a new "multicode" CSS class to allow combination of consecutive code blocks into a single code block. This lets us use pygments highlighting for multiple different types of code within the same aparent block of code. * Get autocrossref to ignore code blocks so we don't need to endcrossref every time we encounter a code block. This makes the source much more readable and maintainable.
This commit is contained in:
parent
1a123bbb4a
commit
d1b4b08729
6 changed files with 1277 additions and 1 deletions
|
@ -181,6 +181,7 @@
|
|||
[core paymentrequest.proto]: https://github.com/bitcoin/bitcoin/blob/master/src/qt/paymentrequest.proto
|
||||
[core script.h]: https://github.com/bitcoin/bitcoin/blob/master/src/script.h
|
||||
[DER]: https://en.wikipedia.org/wiki/Abstract_Syntax_Notation_One
|
||||
[devguide]: /en/developer-guide
|
||||
[devguide wallets]: /en/developer-guide#wallets
|
||||
[devref wallets]: /en/developer-reference#wallets
|
||||
[docs issue]: https://github.com/bitcoin/bitcoin.org/issues
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue