mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 16:36:32 +00:00
Create 8_Creating_Bitcoin_Script_Transactions.md
This commit is contained in:
parent
f42897be5b
commit
a9e550a809
23
8_Creating_Bitcoin_Script_Transactions.md
Normal file
23
8_Creating_Bitcoin_Script_Transactions.md
Normal file
@ -0,0 +1,23 @@
|
||||
# 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.
|
||||
|
||||
## Objectives for This Chapter
|
||||
|
||||
After working through this chapter, a developer will be able to:
|
||||
|
||||
* Design a Bitcoin Script
|
||||
* Create a P2SH Transaction
|
||||
|
||||
Supporting objectives include the ability to:
|
||||
|
||||
* Understand the Multisig Script
|
||||
* Understand the P2SH Script
|
||||
* Test a Bitcoin Script
|
||||
|
||||
## Table of Contents
|
||||
|
||||
* [Section One: Building a Bitcoin Script with P2SH](8_1_Building_a_Bitcoin_Script_with_P2SH.md)
|
||||
* [Section Two: Scripting a Multisig](8_2_Creating_Multisig_Scripts.md)
|
||||
* [Section Three: Testing a Bitcoin Script](8_3_Testing_a_Bitcoin_Script.md)
|
||||
* [Section Four: Executing a Bitcoin Script](8_4_Executing_a_Bitcoin_Script.md)
|
Loading…
x
Reference in New Issue
Block a user