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