mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
reordering
This commit is contained in:
parent
b469976bd6
commit
58bf35c068
@ -1,4 +1,4 @@
|
|||||||
# Chapter 7: Introducing Bitcoin Scripts
|
# Chapter 9: Introducing Bitcoin Scripts
|
||||||
|
|
||||||
To date, we've been interacting with Bitcoin at a relatively high level of abstraction. The `bitcoin-cli` program offers access to a variety of RPC commands that support the creation and control of raw Bitcoin transactions that include funds, data, timelocks, and multisigs.
|
To date, we've been interacting with Bitcoin at a relatively high level of abstraction. The `bitcoin-cli` program offers access to a variety of RPC commands that support the creation and control of raw Bitcoin transactions that include funds, data, timelocks, and multisigs.
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ Supporting objectives include the ability to:
|
|||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
* [Section One: Understanding the Foundation of Transactions](07_1_Understanding_the_Foundation_of_Transactions.md)
|
* [Section One: Understanding the Foundation of Transactions](09_1_Understanding_the_Foundation_of_Transactions.md)
|
||||||
* [Section Two: Running a Bitcoin Script](07_2_Running_a_Bitcoin_Script.md)
|
* [Section Two: Running a Bitcoin Script](09_2_Running_a_Bitcoin_Script.md)
|
||||||
* [Section Three: Scripting a P2PKH](07_3_Scripting_a_P2PKH.md)
|
* [Section Three: Scripting a P2PKH](09_3_Scripting_a_P2PKH.md)
|
||||||
* [Section Four: Testing a Bitcoin Script](07_4_Testing_a_Bitcoin_Script.md)
|
* [Section Four: Testing a Bitcoin Script](09_4_Testing_a_Bitcoin_Script.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user