keep-starknet-strange / shinigami

Bitcoin Script VM in Cairo
https://shinigamibtc.dev
MIT License
57 stars 56 forks source link

[feat] Implement OP_VERIFY opcode #90

Closed pidb closed 2 months ago

pidb commented 2 months ago

Implement the OP_VERIFY & OP_NUMEQUALVERIFY opcode using the abstractVerify reference implementation from btcd

References

Guide on how to add an opcode in shinigami