Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 921 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 921 Bytes

Multi-Chain Crypto Wallet

A simple, user-friendly cryptocurrency wallet application supporting Solana and Ethereum blockchains.

🌐 Live Demo

Check out the live version of the project: Live

Features

  • Generate and manage multiple wallet addresses for Solana and Ethereum
  • Check balances for Solana and Ethereum addresses

Technologies Used

  • React
  • TypeScript

Getting Started

git clone https://github.com/rohiitq/web3-wallet.git
cd web3-wallet/
npm i
npm run dev

Open http://localhost:5173/ in your browser

Security Note

This wallet is for educational purposes only. Never share your private keys or seed phrases, and always back up your wallet information securely.

Contributing

Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.