EVM terminal tooling for your solidity development! ❤️
Install the latest version of Go from their webpage
- Go
go version
- Clone the repo
git clone https://github.com/rottaj/EvmExplorer.git
- Build the repo
go build
- Debug your contract!
./EvmExplorer tests/Storage.sol
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!