zhiwei-w-luo / 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 events
    • show event topic signatures
  • ABI method caller
    • sign and broadcast
    • static call
  • Tx input data decoder
    • decode constructor callata
    • decode tx calldata
  • 4byte dictionary lookup
  • Unit converter
  • Eth sender
  • Custom tx tools
    • sign and broadcast
    • call static
    • populate tx
    • sign tx
    • estimate gas
  • Send raw tx
  • Gas cost calculator
  • Get fee data
  • Get tx receipt
  • Get block info
  • 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 EkSync balance checker
  • Batch Ens reverse resolver checker
  • Keystore encrypt and decrypt
  • HD wallet key generator

Development

npm install
npm run start

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 96.5%Language:HTML 2.2%Language:CSS 1.2%