4 مستودعات
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.
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.
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.
Web3j هي مكتبة Java و Android مصممة لدمج التطبيقات مع عملاء بلوكشين Ethereum. توفر عميل JSON-RPC لقراءة بيانات السلسلة وإرسال المعاملات، ومولداً لغلاف العقود الذكية ينشئ كود Java أصلياً من تعريفات العقود، ومديراً برمجياً للمحفظة للتعامل مع المفاتيح التشفيرية وتوقيع المعاملات. يتميز المشروع بنظام توليد غلاف يعتمد على القوالب يسمح بتفاعل آمن من حيث النوع مع العقود الموجودة على السلسلة. كما يتضمن مجموعة أدوات مخصصة لترجمة أسماء النطاقات المقروءة بشرياً إلى عناوين تشفيرية من خلال حل خدمة الأسماء. تغطي المكتبة مجموعة واسعة من القدرات، بما في ذلك التنفيذ غير المتزامن لاستعلامات البلوكشين، وإدارة المفاتيح التشفيرية، وتصحيح أخطاء تنفيذ الجهاز الافتراضي لتحليل سلوك العقد. كما توفر نموذج اتصال يعتمد على المزود لتجريد نقل الشبكة وأدوات سطر الأوامر لتمهيد المشروع.
Includes a debugger to inspect EVM operations and analyze contract behavior or transaction failures.
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.