miguelmota / ethereum-devtools

🛠️ A simple GUI of Ethereum tools and utilities for debugging

Home Page:https://lab.miguelmota.com/ethereum-devtools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum DevTools GUI

A simple GUI of Ethereum tools and utilities for debugging

License

Demo

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
  • 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

npm install
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.

© Miguel Mota

About

🛠️ A simple GUI of Ethereum tools and utilities for debugging

https://lab.miguelmota.com/ethereum-devtools/

License:MIT License


Languages

Language:TypeScript 97.2%Language:HTML 1.8%Language:CSS 0.9%Language:Shell 0.2%