reordering

This commit is contained in:
Shannon Appelcline 2020-07-15 09:12:09 -10:00 committed by GitHub
parent b469976bd6
commit 58bf35c068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)