haskell-ethereum-assembly
bytecode generator
A Haskell-based DSL for generating Ethereum Virtual Machine (EVM) bytecode
EVM (Ethereum virtual machine) Assembly on Haskell DSL
66 stars
6 watching
4 forks
Language: Haskell
last commit: over 6 years ago
Linked from 2 awesome lists
assembly-languageethereumethereum-virtual-machineevmhaskell
Related projects:
Repository | Description | Stars |
---|---|---|
takenobu-hs/ethereum-evm-illustrated | An illustrated documentation of Ethereum's virtual machine and its components. | 264 |
cdump/evmole | Extracts information from Ethereum Virtual Machine bytecode | 282 |
ethereum/evmone | An implementation of the Ethereum Virtual Machine | 854 |
ethereum/evmlab | Utilities for interacting with the Ethereum virtual machine | 366 |
tintinweb/ethereum-dasm | An ethereum bytecode disassembler and analysis tool | 219 |
kofigumbs/codec-beam | Generates Erlang VM byte code from Haskell | 172 |
smlxl/evm.codes | An Ethereum Virtual Machine opcode reference tool with a web-based interface. | 730 |
crytic/ethersplay | An EVM bytecode disassembler and analysis tool for Ethereum contracts. | 842 |
crytic/pyevmasm | A Python library for assembling and disassembling the Ethereum Virtual Machine's instruction set | 362 |
bluealloy/revm | Rust implementation of an Ethereum Virtual Machine with focus on speed and simplicity. | 1,652 |
wolflo/evm-opcodes | A reference guide to Ethereum Virtual Machine opcodes | 779 |
jon-becker/heimdall-rs | An advanced toolkit for analyzing and extracting information from smart contracts written in the Ethereum Virtual Machine (EVM) bytecode | 1,192 |
nervous-systems/sputter | An implementation of the Ethereum Virtual Machine | 122 |
daltyboy11/more-evm-puzzles | A collection of challenging puzzles designed to test skills in creating and executing transactions on the Ethereum Virtual Machine (EVM) | 172 |
rareskills/huff-puzzles | A series of exercises to learn EVM bytecode with the Huff Language | 378 |