Skip to content

Debugger for the Ethereum Virtual Machine (EVM)

Notifications You must be signed in to change notification settings

rottaj/EvmExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EvmExplorer

EVM terminal tooling for your solidity development! ❤️

Built With:

  • Golang
  • go-ethereum

Getting Started

Prerequisites

Install the latest version of Go from their webpage

  • Go
    go version

Installation

  1. Clone the repo
    git clone https://github.com/rottaj/EvmExplorer.git
  2. Build the repo
    go build
  3. Debug your contract!
    ./EvmExplorer tests/Storage.sol 

Debugger

Use the debugger to analyze your solidity contracts.

If you find that a modification fixes an error or improves gas in your smart contract, you can exit the debugging session, fix your solidity code, and recompile the smart contract.

Happy Hacking!

alt text

alt text

alt text

(back to top)

About

Debugger for the Ethereum Virtual Machine (EVM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published