JBaczuk / bitcoin-script-js

Bitcoin script interpreter written in javascript for browsers and node.js
MIT License
1 stars 1 forks source link

Implement Opcode functionality #26

Open JBaczuk opened 5 years ago

JBaczuk commented 5 years ago

This is a complete list of opcodes that need to be implemented. An issue should be created for each. This is from /src/script/script.h.

push value

control

stack ops

splice ops

bit logic

numeric

crypto

expansion