Home

Awesome

Bitcoin Script IDE

A Bitcoin Script IDE to facilitate the learning, testing, and teaching of Bitcoin Script.

Features

Try it out!

  1. Open up IDE in https://siminchen.github.io/bitcoinIDE/
  2. In the Script pane, type in some script code:
  1. View the equivalent assembly code by clicking the Assembly tab
  2. To execute the script, return to the Script tab and hit the Run button on the bottom to run the code
  3. Note the stack operations in the Stack pane on the right.
  4. To process the script one command at a time, hit the Step button on the bottom
  5. Note the stack operations
  6. Note the text box on the bottom that shows the next command
  7. To process the remainder of the commands, hit the Continue button on the bottom
  8. If the script was a valid script, then the text box on the bottom will be green and the stack elements will be orange.
  9. If the script was invalid, then the text box and the stack elements will be red