@@ -15,17 +15,17 @@ Features
1515Try it out!
1616--------------------
17171 . Open up IDE in http://www.cs.princeton.edu/~tongbinw/bitcoinIDE/build/editor.html
18- 2 . In the Script pane, type in some script code:
19- ex. 1 2 OP_ADD
20- ex. 123 OP_HASH256
21- ex. 1 OP_IF 2 OP_ELSE 3 OP_ENDIF
22- 3 . View the equivalent assembly code by clicking the Assembly tab
23- 4 . To execute the script, return to the Script tab and hit the Run button on the bottom to run the code
24- 5 . Note the stack operations in the stack pane on the right.
25- 6 . To process the script one command at a time, hit the Step button on the bottom
18+ 2 . In the ** Script pane** , type in some script code:
19+ * ex. 1 2 OP_ADD
20+ * ex. 123 OP_HASH256
21+ * ex. 1 OP_IF 2 OP_ELSE 3 OP_ENDIF
22+ 3 . View the equivalent assembly code by clicking the ** Assembly tab**
23+ 4 . To execute the script, return to the Script tab and hit the ** Run** button on the bottom to run the code
24+ 5 . Note the stack operations in the ** Stack pane** on the right.
25+ 6 . To process the script one command at a time, hit the ** Step** button on the bottom
26267 . Note the stack operations
27278 . Note the text box on the bottom that shows the next command
28- 9 . To process the remainder of the commands, hit the Continue button on the bottom
28+ 9 . To process the remainder of the commands, hit the ** Continue** button on the bottom
292910 . If the script was a valid script, then the text box on the bottom will be green and the stack elements will be orange.
303011 . If the script was invalid, then the text box and the stack elements will be red
3131
0 commit comments