mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 08:26:17 +00:00
Create 8_3_Testing_a_Bitcoin_Script.md
This commit is contained in:
parent
c22922620a
commit
eb60b6011a
13
8_3_Testing_a_Bitcoin_Script.md
Normal file
13
8_3_Testing_a_Bitcoin_Script.md
Normal file
@ -0,0 +1,13 @@
|
||||
# 8.3: Testing a Bitcoin Script
|
||||
|
||||
> **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning.
|
||||
|
||||
Bitcoin Scripting allows for considerable new control over Bitcoin transactions, but it's all somewhat abstract. How do you actually turn that theoretical Bitcoin Script into functional Bitcoin code? The first answer is to test it.
|
||||
|
||||
## Test a Script Online
|
||||
|
||||
## Test a Script with Java
|
||||
|
||||
## Test a Script with Bitcoin
|
||||
|
||||
## Summary: Testing a Bitcoin Script
|
Loading…
x
Reference in New Issue
Block a user