Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.15 KB

Bitcoin Scripts

What's possible in Bitcoin's transaction scripting language? A random compilation of exotic bitcoin scripts.

Examples:

and more.

There's also a primitive Script Editor. It simplifies editing of Bitcoin Scripts with repeating opcode patterns.

Note: In many examples we're using the Bitcoin Script Debugger. It's a great tool for debugging bitcoin scripts.

CoinThx

Disclaimer

DO NOT USE IN PRODUCTION! THE SCRIPTS ARE NOT SECURE!

Interesting Links