A lightweight Ethereum wallet Chrome extension built with React and ethers.js — generate wallets, send ETH, and connect to dApps via EIP-1193 injected provider.
- 🔐 Generate new Ethereum wallet (Address, Private Key, Mnemonic)
- 💸 Send ETH transactions to any Ethereum address
- 🌐 Injected provider to connect with dApps (EIP-1193 compatible)
- ⚛️ Built using React + ethers.js
- 🧩 Chrome Extension (Manifest v3 compatible)
- 🎨 TailwindCSS-powered minimal UI
- 🧪 Test wallet included (Sepolia Testnet only)
Use the following test wallet seed phrase on Sepolia network:
⚠️ This wallet works only on Sepolia Testnet
🚫 Do not use this seed phrase on Ethereum Mainnet
To use or test the extension without building locally:
- Go to
chrome://extensions - Enable Developer Mode
- Click Load Unpacked
- Select the extracted
build/folder
| Technology | Description |
|---|---|
React.js |
Frontend framework for building UI |
ethers.js |
Ethereum JS library for wallet & txns |
TailwindCSS |
Utility-first CSS styling |
crypto-js |
Wallet encryption and local storage |
PostCSS |
Tailwind build step |
Autoprefixer |
Adds cross-browser compatibility |
Shah Rukh Rao