keep-starknet-strange / shinigami

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

[feat] Implement OP_2, OP_3, ..., OP_16 opcodes #5

Closed b-j-roberts closed 1 month ago

b-j-roberts commented 1 month ago

Implement the OP_X opcodes using the opcode_n function like OP_1 from shinigami

References

opcode_n Guide on how to add an opcode in shinigami

hakymulla commented 1 month ago

can i take this?

onlydustapp[bot] commented 1 month ago

Hey @hakymulla! Thanks for showing interest. We've created an application for you to contribute to shinigami. Go check it out on OnlyDust!

ptisserand commented 1 month ago

@b-j-roberts I need at least OP_2 to test implementation of OP_MIN #17 Is it ok if I add OP_{2..16} in the same PR ?

b-j-roberts commented 1 month ago

Thank ya'll for the rapid turn around on this issue! @ptisserand @hakymulla