mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Create 07_3_Scripting_a_P2PKH.md
This commit is contained in:
parent
6e41deca9c
commit
c8f298b32c
@ -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
|
## 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.
|
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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user