Blockchain-Club-SRM / evm-rs-ref

EVM Implementation in Rust for Reference provides a reference implementation of the Ethereum Virtual Machine (EVM) written in the Rust programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evm.rs

Rust Implementation of EVM

Compiling Code for Assembly -

solc --bin-runtime --overwrite --asm --optimize -o solidity solidity/contract.sol

Compiling Code for Binary -

solc --bin-runtime --overwrite --optimize -o solidity solidity/contract.sol

Testing VM -

cargo test

Run VM -

cargo run

About

EVM Implementation in Rust for Reference provides a reference implementation of the Ethereum Virtual Machine (EVM) written in the Rust programming language


Languages

Language:Rust 97.9%Language:Solidity 2.1%