A secure and user-friendly wallet application for Solana blockchain, built with React, TypeScript, and Vite.
- Secure wallet creation with BIP39 mnemonic phrases
- Password-protected wallet access
- Modern UI with Tailwind CSS
- Complete wallet setup flow
- Fully TypeScript supported
- Node.js 18 or higher
- npm or yarn
# Clone the repository
git clone https://github.com/dasakash26/WalletX.git
# Install dependencies
npm install
# Start development server
npm run dev# Create production build
npm run build
# Preview production build
npm run preview- React 19
- TypeScript
- Vite
- Tailwind CSS
- @solana/web3.js
- @scure/bip39
- Radix UI Components
- React Hook Form
- Zod
src/
├── components/ # Reusable UI components
├── pages/ # Page components
├── types/ # TypeScript type definitions
├── lib/ # Utility functions and constants
└── App.tsx # Main application component
MIT License - See LICENSE file for details