awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesEVM Implementations

Runtimes that implement the Ethereum Virtual Machine for bytecode execution.

Distinct from Rust: Focuses on the VM implementation itself rather than general Rust tools or libraries.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · EVM Implementations. Refine with filters or upvote what's useful.

Awesome EVM Implementations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • shardeum/shardeumAvatar von shardeum

    shardeum/shardeum

    31,393Auf GitHub ansehen↗

    Shardeum is an autoscaling blockchain infrastructure designed to distribute network workloads across multiple shards to increase throughput. It uses a dynamic-sharding architecture that horizontally scales node capacity and adjusts the number of active shards based on real-time network demand. The system features an execution environment compatible with the Ethereum Virtual Machine, allowing it to run smart contracts and decentralized applications. It maintains network agreement and security through consensus-group partitioning, which organizes validator nodes into discrete groups. The platf

    Provides a runtime environment that implements the Ethereum Virtual Machine for executing smart contracts.

    TypeScriptblockchaindappethereum
    Auf GitHub ansehen↗31,393
  • foundry-rs/foundryAvatar von foundry-rs

    foundry-rs/foundry

    10,125Auf GitHub ansehen↗

    Foundry is an Ethereum smart contract development toolkit and blockchain simulator designed for compiling, testing, and deploying contracts for the Ethereum Virtual Machine. It provides a local environment for simulating blockchain state and forking live networks to execute code without modifying the actual chain. The project features a property-based fuzzing engine to identify edge-case failures in contract logic and a transaction debugger for analyzing detailed execution traces and gas consumption. It enables developers to mirror the state of a remote chain locally to test against real-worl

    Provides a high-performance Ethereum Virtual Machine written in Rust to execute bytecode and manage blockchain state locally.

    Rustalloyblockchainbytecode
    Auf GitHub ansehen↗10,125
  • project-darc/darcAvatar von Project-DARC

    Project-DARC/DARC

    9,171Auf GitHub ansehen↗

    DARC is a framework for forming and operating decentralized autonomous companies on any Ethereum Virtual Machine blockchain. It combines a custom bytecode-compiled scripting language with an EVM-compatible virtual machine to define and execute company by-laws, governance rules, and financial operations entirely on-chain. The system provides a multi-level token registry where tokens at different hierarchical levels carry configurable voting power, dividend power, and supply limits, enabling structured corporate roles and ownership. An on-chain voting engine triggers and resolves votes among to

    Manages company operations, voting, and financial rules on any EVM chain via a dedicated virtual machine.

    TypeScript
    Auf GitHub ansehen↗9,171
  • ethereum/alethAvatar von ethereum

    ethereum/aleth

    3,969Auf GitHub ansehen↗

    Aleth ist ein Ethereum-C++-Client und eine Full-Node-Implementierung. Er bietet einen Virtual-Machine-Executor zum Ausführen und Debuggen von Bytecode, einen Blockchain-Zustands-Debugger und eine Serialisierungsbibliothek zum Kodieren und Dekodieren von Daten unter Verwendung des Recursive-Length-Prefix-Formats. Das Projekt enthält ein dediziertes Mining-Tool zur Erzeugung von Blöcken und zum Benchmarking der Leistung von Hashing-Hardware. Es zeichnet sich zudem durch einen Zustands-Debugger aus, der Zustandsänderungen vor und nach der Ausführung analysiert und schrittweise Ausführungstraces für die virtuelle Maschine generiert. Die Implementierung deckt Node-Operationen ab, einschließlich Peer-Discovery über Bootnodes, Snapshot-basierte Zustandssynchronisierung und kryptografisches Schlüsselmanagement zum Signieren von Transaktionen. Sie bietet zudem ein Framework zur Überprüfung der Konsensstabilität, zur Simulation von Smart-Contract-Logik und zur Bereitstellung von Verträgen innerhalb privater Netzwerke.

    Implements a high-performance Ethereum Virtual Machine for executing smart contract bytecode.

    C++cppethereumethereum-client
    Auf GitHub ansehen↗3,969
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Systems & Low-Level
  6. Rust
  7. EVM Implementations

Unter-Tags erkunden

  • Corporate Virtual MachinesA blockchain virtual machine that manages company operations, voting, and financial rules on any EVM chain. **Distinct from EVM Implementations:** Distinct from EVM Implementations: targets corporate governance and financial operations rather than general EVM bytecode execution.