Skip to content

simple web application that allows users to create their own cryptocurrency wallets

Notifications You must be signed in to change notification settings

iJustAnas/CryptoWebWallet

Repository files navigation

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.

About

simple web application that allows users to create their own cryptocurrency wallets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published