script icon indicating copy to clipboard operation
script copied to clipboard

JavaScript implementation of Script, Bitcoin's scripting language.

Results 3 script issues
Sort by recently updated
recently updated
newest added

Several links were broken. I was referred here to from a course and started to Google Dork the creator to see if the links worked somewhere else. Script-Playground Blog of...

Coinkey 0.1.0 uses a bunch of older packages (notably including [email protected]) which causes problems in recent projects. If this library is still being maintained, I can provide a PR to...

OP_ADD appears to treat stack items as hex values, as expected: ``` 0x0a 0x06 OP_ADD 0x10 OP_EQUAL ``` http://www.crmarsh.com/script-playground/#0x0a%200x06%20OP_ADD%200x10%20OP_EQUAL However, it looks like OP_SHA256 (and OP_RIPEMD160) treats stack items as...