Script
線上比特幣腳本模擬器或調試器?
是否有線上模擬器可以讓我單步執行、調試或模擬比特幣腳本的執行?
我知道這兩個:
- https://webbtc.com/script
- http://www.cs.princeton.edu/~tongbinw/bitcoinIDE/build/editor.html
- <https://siminchen.github.io/bitcoinIDE/build/editor.html>
- <https://bitauth.com/ide/>
我發現第一個特別有用。
強烈推薦kallewoof的 btcdeb。除其他外,您可以單步執行腳本,包括驗證簽名。它是用 C++ 編寫的,並使用自動工具編譯。
比特幣
比特幣腳本調試實用程序。
這是一組用於調試或建構用於比特幣的腳本的工具。
btcdeb> help step Execute one instruction and iterate in the script. rewind Go back in time one instruction. stack Print stack content. altstack Print altstack content. vfexec Print vfexec content. exec Execute command. tf Transform a value using a given function. print Print script. help Show help information.