mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 08:26:17 +00:00
Update and rename 8_Creating_Bitcoin_Script_Transactions.md to 8_0_Creating_Bitcoin_Script_Transactions.md
This commit is contained in:
parent
ba3f5b5938
commit
4584fd2c00
@ -1,6 +1,6 @@
|
||||
# Chapter 8: Creating Bitcoin Script Transactions
|
||||
|
||||
Bitcoin Script move down several levels of abstraction, allowing us to minutely control the redemption conditions of Bitcoin funds. But, how do actually incorporate those Bitcoin Scripts into the transactions you've been building to date? The answer is a new sort of Bitcoin transaction, the P2SH.
|
||||
Bitcoin Script moves down several levels of abstraction, allowing us to minutely control the redemption conditions of Bitcoin funds. But, how do you actually incorporate those Bitcoin Scripts into the transactions you've been building to date? The answer is a new sort of Bitcoin transaction, the P2SH.
|
||||
|
||||
## Objectives for This Chapter
|
||||
|
||||
@ -11,8 +11,8 @@ After working through this chapter, a developer will be able to:
|
||||
|
||||
Supporting objectives include the ability to:
|
||||
|
||||
* Understand the Multisig Script
|
||||
* Understand the P2SH Script
|
||||
* Understand the Multisig Script
|
||||
* Test a Bitcoin Script
|
||||
|
||||
## Table of Contents
|
Loading…
x
Reference in New Issue
Block a user