jb55 / btcs

bitcoin script parser/evaluator/compiler/decoder
BSD 2-Clause "Simplified" License
14 stars 7 forks source link

Inline hex #20

Closed jb55 closed 6 years ago

jb55 commented 6 years ago

We could use the same syntax that bitcoin-tx uses:

btcs <<<'0x6a03 0x010203'
jb55 commented 6 years ago

Perhaps this should be a new "inline-hex" value type, instead of decompiling it. We'll save decompilation for a separate mode?