mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 16:36:32 +00:00
Update 8_1_Understanding_the_Foundation_of_P2SH.md
This commit is contained in:
parent
256dc432f8
commit
5b81c8b3ae
@ -128,6 +128,8 @@ $ bitcoin-cli -named decodescript hexstring=52210307fd375ed7cced0f50723e3e1a97bb
|
|||||||
"p2sh": "2NAGfA4nW6nrZkD5je8tSiAcYB9xL2xYMCz"
|
"p2sh": "2NAGfA4nW6nrZkD5je8tSiAcYB9xL2xYMCz"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
It's especially helpful to check your work.
|
||||||
|
|
||||||
Also consider the Python [Transaction Script Compiler](https://github.com/Kefkius/txsc), which translates back and forth.
|
Also consider the Python [Transaction Script Compiler](https://github.com/Kefkius/txsc), which translates back and forth.
|
||||||
|
|
||||||
_If this is intimidating, don't worry about it; as we said, this will usually be done with an API. As we lay bare the foundation of P2SH Scripting, we're mostly explaining what those APIs will do._
|
_If this is intimidating, don't worry about it; as we said, this will usually be done with an API. As we lay bare the foundation of P2SH Scripting, we're mostly explaining what those APIs will do._
|
||||||
|
Loading…
x
Reference in New Issue
Block a user