Vault3 is a simple Web3 wallet generator that allows users to create secure Ethereum (ETH) and Solana (SOL) wallets instantly. No sign-ups required—just generate, secure, and use your keys.
- Instantly generate Ethereum and Solana wallets with mnemonic phrases.
- Easily copy wallet addresses and manage wallets securely.
- Next.js - React framework for server-side rendering and static site generation
- ShadCN - UI components for styling
- Solana Web3.js - Solana blockchain interaction
- Ethers.js - Ethereum blockchain interaction
- BIP39 - Mnemonic phrase generation and validation
Ensure you have Node.js and Yarn/NPM installed.
git clone https://github.com/Smnthjm08/vault3.git
cd vault3
npm install
npm dev
The app will be available at http://localhost:3000
.
- Click on the Ethereum or Solana button to generate a wallet mnemonic.
- Securely store your secret phrase.
- Click Create Wallet to generate a wallet address.
- Copy or delete wallets as needed.
Feel free to fork the repository and submit pull requests!