awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesEVM Execution Debuggers

Tools for analyzing the step-by-step execution of the Ethereum Virtual Machine to identify logic errors.

Distinct from Tracing Debuggers: Specific to EVM bytecode execution and gas analysis, unlike general language tracing debuggers.

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

Awesome EVM Execution Debuggers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • foundry-rs/foundryAvatar de foundry-rs

    foundry-rs/foundry

    10,125Ver en GitHub↗

    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

    Offers a detailed transaction debugger for analyzing bytecode execution traces and gas usage.

    Rustalloyblockchainbytecode
    Ver en GitHub↗10,125
  • nomicfoundation/hardhatAvatar de NomicFoundation

    NomicFoundation/hardhat

    8,489Ver en GitHub↗

    Hardhat is a smart contract development framework and EVM tooling suite designed for the full lifecycle of Ethereum and EVM-compatible applications. It serves as a development environment for compiling, testing, and deploying smart contracts, providing a local blockchain simulation and a programmable task runner. The framework is distinguished by its extensive simulation capabilities, including the ability to fork remote network state and manipulate block time or account balances. It features a hook-based plugin system that allows for the extension of core functionality and the creation of cu

    Uses cheatcodes to control the execution environment by changing the sender address or modifying blockchain state.

    TypeScriptblockchaindappsdebugging
    Ver en GitHub↗8,489
  • web3j/web3jAvatar de web3j

    web3j/web3j

    5,385Ver en GitHub↗

    Web3j es una biblioteca de Java y Android diseñada para integrar aplicaciones con clientes de blockchain de Ethereum. Proporciona un cliente JSON-RPC para leer datos de la cadena y enviar transacciones, un generador de wrappers de contratos inteligentes que crea código Java nativo a partir de definiciones de contratos, y un gestor de billetera programático para manejar claves criptográficas y firmar transacciones. El proyecto se distingue por un sistema de generación de wrappers basado en plantillas que permite una interacción segura con tipos con contratos on-chain. También incluye un conjunto de herramientas dedicado para traducir nombres de dominio legibles por humanos en direcciones criptográficas mediante resolución de servicios de nombres. La biblioteca cubre una amplia gama de capacidades, incluyendo ejecución asíncrona para consultas de blockchain, gestión de claves criptográficas y depuración de ejecución de máquinas virtuales para analizar el comportamiento de los contratos. Además, proporciona un modelo de conexión basado en proveedores para abstraer el transporte de red y herramientas de línea de comandos para el arranque de proyectos.

    Includes a debugger to inspect EVM operations and analyze contract behavior or transaction failures.

    Java
    Ver en GitHub↗5,385
  • remix-project-org/remix-projectAvatar de remix-project-org

    remix-project-org/remix-project

    3,003Ver en GitHub↗

    Remix is a comprehensive blockchain development environment and Ethereum smart contract IDE. It provides a complete workspace for writing, compiling, deploying, and debugging smart contracts across simulated and public blockchain networks. The project distinguishes itself as a specialized toolchain for EVM debugging and analysis, offering opcode-level transaction stepping and state memory analysis. It also includes a dedicated zero-knowledge proof toolchain for compiling ZK circuits and generating cryptographic proofs, alongside an AI-powered coding assistant for code generation and explanati

    Provides specialized tools for opcode-level transaction stepping, state inspection, and call hierarchy tracing.

    TypeScriptblockchainethereumevm
    Ver en GitHub↗3,003
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Dynamic & Scripting
  6. Python
  7. Tracing Debuggers
  8. EVM Execution Debuggers

Explorar subetiquetas

  • VM State ManipulationCapabilities for modifying the internal state of a virtual machine, such as sender addresses or storage, for testing. **Distinct from EVM Execution Debuggers:** Distinct from EVM Execution Debuggers: focuses on active modification of state (cheatcodes) rather than passive analysis of execution traces.