Created
November 7, 2020 02:07
-
-
Save zhfnjust/619e39123999311e9b1488f87e16c318 to your computer and use it in GitHub Desktop.
p2pkh debug launch config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "scrypt", | |
"request": "launch", | |
"name": "Debug P2PKH", | |
"program": "${workspaceFolder}/contracts/p2pkh.scrypt", | |
"constructorParams": "Ripemd160(b'92474c7477ba646adfb72ebe6347bfa233887086')", | |
"entryMethod": "unlock", | |
"entryMethodParams": "Sig(b'3045022100f6d1c4713177da22dc9287ba130706bd0edab214f63fdf9f6022ec96f9a1241002203214181dc70800333a5e4a97f7ff9f067a4f90e84abd76b105d08e39d3b01dbf41'), PubKey(b'033055b67fd1620569c3209950a627898c01905a8d8ef85230f1d0e89e9d877d7b')", | |
"txContext": { | |
"hex": "01000000015884e5db9de218238671572340b207ee85b628074e7e467096c267266baf77a40000000000ffffffff0000000000", | |
"inputIndex": 0, | |
"inputSatoshis": 100000 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment