The Blockchain Wallet Project is a robust application designed to empower users with seamless access to blockchain technology. It enables users to create new wallets or import existing ones through seed phrases. With a user-friendly interface, the application offers real-time balance tracking, secure transaction capabilities, and a comprehensive view of transaction history. This project aims to simplify cryptocurrency management while enhancing security and user control.
- Create Wallet: Users can easily create a new wallet with a secure seed phrase.
- Import Wallet: Seamlessly import existing wallets using seed phrases for quick access.
- View Balances: Check the real-time balance of various cryptocurrencies.
- Send Transactions: Execute transactions to other wallet addresses with ease.
- Transaction History: Access and review the latest transactions for better financial tracking.
To install the project, clone the repository and run:
npm install
To start the project in development mode, use:
npm run dev