Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.65 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.65 KB

Crypto Web Wallet Application & Generator

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.

Features

  • 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.

Tech Stack

  • Frontend Framework: React
  • Build Tool: Vite
  • Language: TypeScript
  • UI/Styling: Custom CSS

Getting Started

Prerequisites
  • Node.js installed on your local machine.
  • Yarn or npm as a package manager.
Installation
  1. Clone the repository:

    https://github.com/hanifdamarjati20/crypto-web-wallet.git
    cd crypto-web-wallet
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:5173 to see the app in action.

Deployment

This app is build for Test Deployment on Arlink.

Acknowledgments

  • This project was bootstrapped with Vite.
  • Special ♡ to 0xnas & all the contributors of the various libraries used in this project.