btcs

bitcoin script parser/evaluator/compiler/decompiler
git clone git://jb55.com/btcs
Log | Files | Refs | README | LICENSE

commit af940293f87782e0653e7195d21f9250fe80b862
parent 629bda065a04c74c07a451d05a20c04618d518aa
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 22 Dec 2017 13:09:16 -0800

readme: show new arg token support

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -26,7 +26,7 @@ Work in progress. Some OPs are working: ``` -./btcs <<< '1 2 16 3dup 2swap' +$ btcs 1 2 16 3dup 2swap script 1 2 16 OP_3DUP OP_2SWAP script_hex 5152606f72