This project is a simple web application that allows users to create their own cryptocurrency wallets. The app is built using Vite, React, and TypeScript.
- Create Wallet: Users can generate their own crypto wallet by clicking on the "Create Wallet" button.
- Mnemonic Phrase: Upon wallet creation, a 12-word mnemonic phrase is displayed. Users are instructed to write it down securely as it is required for accessing the wallet.
- Address Generation: The app allows users to generate and display their Solana and EVM addresses.
- Private Key: Users can view their private key by clicking the "Show Private Key" button. This is initially hidden for security purposes.
- Frontend Framework: React
- Build Tool: Vite
- Language: TypeScript
- UI/Styling: Custom CSS
- Node.js installed on your local machine.
- Yarn or npm as a package manager.
-
Clone the repository:
https://github.com/hanifdamarjati20/crypto-web-wallet.git cd crypto-web-wallet
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
to see the app in action.
This app is build for Test Deployment on Arlink.