GithubHelp home page GithubHelp logo

hayeah / awesome-ethereum-virtual-machine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pirapira/awesome-ethereum-virtual-machine

0.0 2.0 0.0 52 KB

Ethereum Virtual Machine Awesome List

License: Creative Commons Zero v1.0 Universal

awesome-ethereum-virtual-machine's Introduction

Awesome Ethereum Virtual Machine

A curated list of resources on the Ethereum Virtual Machine (EVM), which is the virtual machine executed on the Ethereum network.

Not listed there yet, but in the spirit of Awesome

Here is how to contribute.

Table of Contents generated with DocToc

Specification

  • Yellow Paper
    • A terse specification of EVM and Ethereum blocks

Illustration

Tests

EVM Implementations

Programming Languages that Compile into EVM

  • Solidity
    • The most popular programming language for Ethereum contracts
    • Awesome Solidity
    • The LLL compiler is also in the same repository
  • Viper
    • A language with overflow-checking, numeric units but without unlimited loops
  • Bamboo
    • A language without loops but with explict constructor invocation at the end of every call
  • EthSharp
    • A C# compiler for Ethereum smart contracts

Debuggers

Code Analyzers

  • Mythril
    • A blockchain exploration tool that indexes all contracts on the network, containing a disassembler, an ABI function detector and a control flow analyzer.
    • Comes with a --fire-laser option
  • porosity
    • A reverse enginering tool, a disassembler, an ABI function detector and a decompiler that also highlights vulnerabilities
  • evmdis
    • A disassembler for EVM code
  • Securify
    • A tool that strives to achieve no false-negatives
    • The implementation seems not public as of now
  • Oyente
    • An automatic EVM code analyzer based on symbolic execution and Z3 SMT solver
  • Dr. Y's Ethereum Contract Analyzer
    • A symbolic executor for EVM code

Improvement Proposals

  • Ethereum Improvement Proposals
    • A portal for EVM & Ethereum improvements
    • The soonest changes are listed in the README
  • EVM 1.5
    • A proposal to tame jumps so that a linear-time scan can determine stack layouts
  • eWASM
    • A proposal to use a WebAssembly for Ethereum contract execution

Tutorials

Related Resources

License of This List

Awesome Ethereum Virtual Machine

Written in 2017 by Yoichi Hirai [email protected]

[other author/contributor lines as appropriate]

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.

You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see http://creativecommons.org/publicdomain/zero/1.0/.

awesome-ethereum-virtual-machine's People

Contributors

ebuchman avatar pipermerriam avatar pirapira avatar sophiii avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.