A simple and secure Web-based Wallet Generator that allows users to create crypto wallets on Ethereum and Solana blockchains directly from the browser.
- 🔐 Generate HD Wallets using BIP-39 mnemonics
- 🌐 Supports Ethereum (ETH) and Solana (SOL) chains
- ✅ Non-custodial: keys are generated and stored only in the browser
- 🧠 Mnemonic generation and wallet derivation
- 📋 Copy Public Address and Private Key (with hidden view)
- ⚛️ React (TypeScript)
- 📦 ethers.js for Ethereum wallet generation
- 🪙 @solana/web3.js for Solana wallets
- 🧠 bip39 for mnemonic generation
- 💅 Styled using custom CSS / React Icons
git clone https://github.com/your-username/octovault.git
cd octovault
npm i
npm run dev