Update 3_0_Playing_with_Bitcoin-CLI.md

This commit is contained in:
Shannon Appelcline 2017-03-03 16:24:29 -08:00 committed by GitHub
parent 6e99a60c9a
commit cc5985936d

View File

@ -7,6 +7,7 @@ This section explains how to begin using Bitcoin from the command line, using bi
* [Part Three: Receiving a Transaction](3_3_Receiving_a_Transaction.md)
* [Interlude: Sending Coins the Easy Way](3_3__Interlude_Sending_Coins_The_Easy_Way.md)
* [Part Four: Sending a Raw Transaction to a P2PKH](3_4_Sending_a_Raw_Transaction_to_a_P2PKH.md)
* [Interlude: Using JQ for Better Parsing](3_4__Interlude_Using_JQ_for_Better_Parsing.md)
* [Interlude: Writing a Raw Transaction the Easy Way](3_4__Interlude_Writing_a_Raw_Transaction_The_Easy_Way.md)
* [Part Five: Sending a Raw Transaction to an OP_RETURN](3_5_Sending_a_Raw_Transaction_to_an_OP_RETURN.md)