A simple, user-friendly cryptocurrency wallet application supporting Solana and Ethereum blockchains.
Check out the live version of the project: Live
- Generate and manage multiple wallet addresses for Solana and Ethereum
- Check balances for Solana and Ethereum addresses
- React
- TypeScript
git clone https://github.com/rohiitq/web3-wallet.git
cd web3-wallet/
npm i
npm run dev
Open http://localhost:5173/
in your browser
This wallet is for educational purposes only. Never share your private keys or seed phrases, and always back up your wallet information securely.
Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.