diff options
author | Adam Jonas <jonas@chaincode.com> | 2021-02-16 18:03:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 18:03:28 -0500 |
commit | 419c4adaf48a792ef61059691426082cf598fe3f (patch) | |
tree | 4fa40a38d3e7339a55bca10b30039e59415f05f5 | |
parent | 0ac4dace7153cd427931d01130b876c2b5e6c16b (diff) | |
download | diyhpluswiki-419c4adaf48a792ef61059691426082cf598fe3f.tar.gz diyhpluswiki-419c4adaf48a792ef61059691426082cf598fe3f.zip |
add video for script (general and simple)
-rw-r--r-- | transcripts/scalingbitcoin/tokyo-2018/edgedevplusplus/scripts-general-and-simple.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/transcripts/scalingbitcoin/tokyo-2018/edgedevplusplus/scripts-general-and-simple.mdwn b/transcripts/scalingbitcoin/tokyo-2018/edgedevplusplus/scripts-general-and-simple.mdwn index 5095494..f7fd039 100644 --- a/transcripts/scalingbitcoin/tokyo-2018/edgedevplusplus/scripts-general-and-simple.mdwn +++ b/transcripts/scalingbitcoin/tokyo-2018/edgedevplusplus/scripts-general-and-simple.mdwn @@ -4,6 +4,8 @@ John Newbery (jnewbery) <https://twitter.com/kanzure/status/1047679223115083777> +Video: <https://www.youtube.com/watch?v=np-SCwkqVy4> + # Introduction I am going to talk about why we have scripts in bitcoin. I'll give some examples and the design philosophy. I am not going to talk about the semantics of bitcoin script, though. Why do we have bitcoin script? I'll show how to lock and unlock coins. I'll talk about pay-to-pubkey, multisig, and computing vs verification in the blockchain. |