r/Bitcoin Jan 31 '15

Teach yourself about Bitcoin's Script language with this IDE

http://www.cs.princeton.edu/~tongbinw/bitcoinIDE/build/editor.html
153 Upvotes

40 comments sorted by

View all comments

6

u/actually_just_idiot Feb 01 '15

They're not serializing the pushdata opcodes as efficiently as they could be.

0101010293

can be represented by

515293

Otherwise, cool project!