Skip to content

achewadakhil/personalWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ¦‘ 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

About

The app allows users to generate non-custodial wallets for both the Ethereum and Solana blockchains directly in the browser. These wallets are derived from a single mnemonic phrase (BIP-39), ensuring a consistent and secure seed-based generation for both chains.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors