From c8f298b32c1bd50f90b3a85bc83fc085cd3007ed Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 13 Jun 2017 11:42:12 -0700 Subject: [PATCH] Create 07_3_Scripting_a_P2PKH.md --- 07_3_Scripting_a_P2PKH.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/07_3_Scripting_a_P2PKH.md b/07_3_Scripting_a_P2PKH.md index 7b14967..b29896b 100644 --- a/07_3_Scripting_a_P2PKH.md +++ b/07_3_Scripting_a_P2PKH.md @@ -70,3 +70,7 @@ The Script now ends and the transaction is allowed to respend the UTXO in questi ## Summary: Scripting a Pay to Public Key Hash Sending to a P2PKH address was relatively easy when you were just using `bitcoin-cli`. Examining the Bitcoin Script underlying it lays bare the cryptographic functions that were implicit in funding that transaction: how the UTXO was unlocked with a signature and a public key. + +## What's Next? + +Continue "Introducing Bitcoin Scripts" with [ยง7.4: Testing a Bitcoin Script](07_4_Testing_a_Bitcoin_Script.md).