0xKitsune / evm-mnemonic

A barebones framework for hand tuned smart contracts in pure opcodes.
46 stars 4 forks source link

Curious #1

Open PatrickAlphaC opened 2 years ago

PatrickAlphaC commented 2 years ago

You thinking this would be more low level than huff? Just pure opcodes?

0xKitsune commented 2 years ago

Yeah its basically just a framework to make it easier to write hand tuned contracts in pure opcodes. I really like Huff and this isnt meant to replace Huff at all. I wanted to build it for myself but thought others might find it useful as well so I made it public.

Im building the project out to be very barebones, but will add some features like descriptive compilation error messages and a shell environment to play around with the opcodes similar to the Miden repl.