# ethereum-devtools **Repository Path**: mirrors_miguelmota/ethereum-devtools ## Basic Information - **Project Name**: ethereum-devtools - **Description**: 🛠️ A simple GUI of Ethereum tools and utilities for debugging - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-28 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ethereum DevTools GUI > A simple GUI of Ethereum tools and utilities for debugging [![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/miguelmota/ethereum-devtools/master/LICENSE) ## Demo [https://lab.miguelmota.com/ethereum-devtools](https://lab.miguelmota.com/ethereum-devtools) ## Tools - ABI viewer - show methods - show method signatures - show event params - show event topic signatures - ABI method caller - sign and broadcast - static call - ABI event logs - get event logs - Tx input data decoder - decode constructor callata - decode tx calldata - Method and Event Topic signature generator - 4byte dictionary lookup - Unit converter - Eth sender - Custom tx tools - sign and broadcast - call static - populate tx - sign tx - estimate gas - Send raw tx - Deploy ERC20 - Gas cost calculator - Get gas price - Get fee data - Get tx - Get tx receipt - Get block info - Get block number from date - Get address code - Get nonce - ENS resolver - ENS reverse resolver - ENS avatar resolver - Hex coder - Base58 coder - IPFS hash coder - Contenthash coder - Address checksum - Private key to address - Private key to public key - Public key to address - Hash message - Sign message - Sign typed data EIP-712 - Sign ERC20 permit EIP-2612 - Verify signature - Encrypt message with public key - Decrypt message with private key - Batch Eth balance checker - Batch ERC20 balance checker - Batch zkSync balance checker - Batch ENS reverse resolver checker - Keystore encrypt and decrypt - HD wallet key generator ## Development ```bash npm install ``` ```bash npm run start ``` ## Disclaimer This is a personal tool and is not intended to be used for production. Use at your own risk. ## License Released under the [MIT](./LICENSE) license. © [Miguel Mota](https://github.com/miguelmota)