bitcoin-elixir v0.0.2 Bitcoin.Script.Interpreter
Bitcoin Script interpreter.
Opcodes numbers are coming from: https://github.com/bitcoin/bitcoin/blob/master/src/script/script.h
Implemented from the scratch based on the wiki (https://en.bitcoin.it/wiki/Script) and script test cases from bitcoinj/bitcore.
There is still a long road ahead to 100% of valid/invalid scripts test suite (it’s really good). List of issues to remember can be find in the source file with an upcase ‘todo’ tag.