Skip to content

rajkharvar/eth-toolkit

Repository files navigation

ETH Toolkit

ETH Toolkit

A Chrome extension providing essential Ethereum utility tools for developers.

Why?

Every Web3 developer knows the pain of juggling multiple browser tabs for simple conversions. Building a dApp? You're probably switching between:

  • eth-converter.com for ETH/Wei conversions
  • rapidtables.com for hex/decimal conversions
  • emn178.github.io for Keccak256 hashing

ETH Toolkit puts all these tools one click away in your browser toolbar.

Features

  • ETH Unit Converter - Convert between ETH, Gwei, and Wei with full precision using BigInt arithmetic
  • Hex Converter - Convert between hexadecimal, decimal, binary, octal, and text formats
  • Keccak256 Generator - Generate Keccak256 hashes from text input

All tools include copy-to-clipboard functionality for quick use.

Installation

Prerequisites

Build from Source

git clone https://github.com/rajkharvar/eth-toolkit
cd eth-toolkit
npm install
npm run build

Load in Chrome

  1. Open chrome://extensions/
  2. Enable Developer mode (top right)
  3. Click Load unpacked
  4. Select the build directory

Development

npm run dev

Tech Stack

  • React 18
  • TypeScript
  • Vite
  • Material-UI
  • ethers.js

License

MIT

About

Chrome extension for Web3 developers: ETH converter, hex converter, and Keccak256 hasher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors