Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.08 KB

File metadata and controls

41 lines (27 loc) · 1.08 KB

🦑 OctoVault — Web3 Wallet Generator

A simple and secure Web-based Wallet Generator that allows users to create crypto wallets on Ethereum and Solana blockchains directly from the browser.


✨ Features

  • 🔐 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)

📸 Preview

Screenshot 2025-08-05 152048

🧱 Tech Stack

  • ⚛️ React (TypeScript)
  • 📦 ethers.js for Ethereum wallet generation
  • 🪙 @solana/web3.js for Solana wallets
  • 🧠 bip39 for mnemonic generation
  • 💅 Styled using custom CSS / React Icons

🚀 Getting Started

1. Clone the repository

git clone https://github.com/your-username/octovault.git
cd octovault
npm i
npm run dev