sputnikvm
EVM
An Ethereum Virtual Machine implementation designed to be efficient and adaptable across different blockchain networks.
A Blockchain Virtual Machine
279 stars
34 watching
61 forks
Language: Rust
last commit: over 4 years ago
Linked from 1 awesome list
ethereumethereum-classicevmrustvirtual-machine
Related projects:
Repository | Description | Stars |
---|---|---|
ethereum/evmone | An implementation of the Ethereum Virtual Machine | 854 |
rust-ethereum/evm | A flexible, customizable, and portable implementation of the Ethereum Virtual Machine | 1,187 |
vorot93/evmodin | An implementation of the Ethereum Virtual Machine in Rust, with support for resumability and gas metering. | 162 |
bluealloy/revm | Rust implementation of an Ethereum Virtual Machine with focus on speed and simplicity. | 1,652 |
xprnetwork/eosio.evm | An Ethereum Virtual Machine implementation in C++ that enables deployment and execution of smart contracts on the EOSIO blockchain. | 92 |
nervous-systems/sputter | An implementation of the Ethereum Virtual Machine | 122 |
takenobu-hs/ethereum-evm-illustrated | An illustrated documentation of Ethereum's virtual machine and its components. | 264 |
smlxl/evm.codes | An Ethereum Virtual Machine opcode reference tool with a web-based interface. | 730 |
fvictorio/evm-puzzles | A collection of puzzles to test Ethereum Virtual Machine (EVM) functionality by solving specific transaction-related challenges. | 816 |
coinculture/evm-tools | Tools for working with and analyzing the Ethereum Virtual Machine | 443 |
runtimeverification/evm-semantics | Provides a formal model of the Ethereum Virtual Machine (EVM) semantics in the K programming language. | 509 |
risechain/pevm | An EVM execution engine designed to accelerate blockchain throughput through parallel processing | 230 |
quilt/etk | A toolkit for working with EVM bytecode and analyzing Ethereum contracts. | 360 |
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 |
leonardoalt/tinyzkevm | A proof-of-concept implementation of a small subset of the Ethereum Virtual Machine (EVM) inside a Smart Contracting Language (SNARK), using ZoKrates. | 46 |