https://github.com/nitindahiya-dev/web3-wallet
Create and manage cryptocurrency wallets for multiple blockchains, including Solana and Ethereum
https://github.com/nitindahiya-dev/web3-wallet
ethereumwallet solana wallet web3 web3wallet
Last synced: about 2 months ago
JSON representation
Create and manage cryptocurrency wallets for multiple blockchains, including Solana and Ethereum
- Host: GitHub
- URL: https://github.com/nitindahiya-dev/web3-wallet
- Owner: nitindahiya-dev
- Created: 2024-10-27T05:10:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T02:22:02.000Z (over 1 year ago)
- Last Synced: 2025-03-10T09:24:55.938Z (over 1 year ago)
- Topics: ethereumwallet, solana, wallet, web3, web3wallet
- Language: TypeScript
- Homepage: https://create-web3-wallet.netlify.app/
- Size: 742 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wallet Generator
## Overview
The Wallet Generator is a web application that allows users to create and manage cryptocurrency wallets for multiple blockchains, including Solana and Ethereum. Users can generate wallets using a mnemonic phrase, view their public and private keys, and securely store this information in their browser's local storage.

## Features
- Generate wallets for Solana and Ethereum using BIP39 mnemonic phrases.
- View and manage multiple wallets.
- Copy public and private keys to the clipboard.
- Clear all wallets and keys securely.
- Responsive UI with a clean design.
## Technologies Used
- **React**: A JavaScript library for building user interfaces.
- **TypeScript**: A typed superset of JavaScript that compiles to plain JavaScript.
- **Framer Motion**: A library for animations in React applications.
- **Lucide React**: An icon library for React.
- **BIP39**: A library for generating and validating mnemonic phrases.
- **TweetNaCl**: A cryptographic library for generating key pairs.
- **ethers.js**: A library for interacting with the Ethereum blockchain.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/wallet-generator.git