0xKitsune / evm-mnemonic

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

EVM Mnemonic

Inspired by EVM codes, EVM Mnemonic (EVMM) is a barebones framework for hand tuned smart contracts in pure opcodes.

Installing

Syntax

PUSH1 0x42
PUSH1 0
MSTORE
PUSH1 32
PUSH1 0
MSTORE
PUSH1 0x42
PUSH1 0
MSTORE
PUSH1 32
PUSH1 0
RETURN

Compiling

Testing

EVMM Repl