Found 110 repositories(showing 30)
crytic
Ethereum opcodes and instruction reference
duneanalytics
Source for evm.codes an Ethereum Virtual Machine Opcodes Interactive Reference
wolflo
A quick reference for EVM opcodes
pcaversaccio
Factory smart contract to make easier and safer usage of the `CREATE` and `CREATE2` EVM opcodes as well as of `CREATE3`-based (i.e. without an initcode factor) contract creations.
pcaversaccio
Helper smart contract to make easier and safer usage of the `CREATE2` EVM opcode.
WTFAcademy
Minimal tutorials for EVM Opcodes, building minimal evm in python from scratch. 以太坊的Opcodes(操作码)极简教程,使用python从零搭建EVM。
No description available
smartcontractkit
A template repo to work with huff smart contracts and learn about low level EVM opcodes. Also Horse ♘.
0xMacro
An opcode-oriented language that compiles to the EVM
daejunpark
EVM ByteCode To Opcode Disassembler
zaryab2000
A collection of EVM opcodes puzzles that helps you learn in-depth details about EVM Opcodes by solving them. Featured in Week In Ethereum News 🌟
ApeWorX
EVM Opcodes, Assembler, and Disassembler
MrLuit
Detect SELFDESTRUCT opcodes in EVM runtime bytecode
pcaversaccio
Helper smart contract to make easier and safer usage of the `CREATE` EVM opcode.
sigp
A document describing purity detection in EVM opcode
ethereumjs
[DEPRECATED] Simple utility for parsing binary evm code into opcodes
Kuly14
Compiler for EVM Opcodes
nivida
Will test all the existing JSON-RPC methods of an Ethereum node or wallet. Additionally, will it test the OPCODES of the implemented EVM. All of it should be displayed on a caniuse.eth website in the look and feel of the well known caniuse.com website.
arosch
Decompiles Ethereum Virtual Machine (EVM) Bytecode into Opcodes and creates a Control-Flow-Graph (CFG) with visualization
dorname
A simple evm implement based on rust.Only for personal studying opcodes. 本项目是evm大部分指令集的简单实现,当前仅用于个人学习和理解evm的指令集,目前仅为初版。
sshine
Opcode types for Ethereum Virtual Machine (EVM)
AmadiMichael
easy-to-query encoding of all supported EVM opcodes into 256 bits.
smartcontracts
Simplified table of EVM opcode/precompile gas prices.
beauwilliams
Deploy contracts on multiple chains, using a pre-determined address using CREATE2 EVM opcode. Shared address across multiple chains.
hasselalcala
EVM ByteCode To Opcode Disassembler
g4titanx
EVM opcodes library with fork-aware gas costs, static metadata, and bytecode analysis
cryptuon
A high-performance Ethereum Virtual Machine implementation in Zig, featuring parallel transaction execution and comprehensive EVM opcode support.
misilva73
An empirical analysis of EVM gas costs and opcode performance
xhyumiracle
EVM Opcode JOP - Village Talk Slides in Blockchain Village
Rishikpulhani
Project implementing all 152 Ethereum Virtual Machine opcodes from scratch in Rust to deeply understand EVM internals.