From 548cec4419359b1bc08a4aef4bc1fc160a5db5ab Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 26 May 2017 15:37:26 -0700 Subject: [PATCH] Create 8_2_Building_the_Structure_of_P2SH.md --- 8_2_Building_the_Structure_of_P2SH.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 8_2_Building_the_Structure_of_P2SH.md diff --git a/8_2_Building_the_Structure_of_P2SH.md b/8_2_Building_the_Structure_of_P2SH.md new file mode 100644 index 0000000..db53567 --- /dev/null +++ b/8_2_Building_the_Structure_of_P2SH.md @@ -0,0 +1,5 @@ +# 8.2: Building the Structure of P2SH + +> **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. + +You know that Bitcoin Scripts can be used to control the redemption of UTXOs. The next step is creating Scripts of your own ... but that requires a very specific techniques.