Skip to content

VedantAnand17/Web3-Wallet

Repository files navigation

Wallet Generator

Wallet Generator Banner

Table of Contents

Overview

Wallet Generator is a React-based web application that allows users to generate secure mnemonic seed phrases for cryptocurrency wallets. Leveraging the BIP39 standard, the application facilitates the creation of seed phrases which can be used to set up wallets for both Solana and Ethereum networks. This tool is essential for developers and enthusiasts looking to manage their crypto assets securely.

Features

  • Mnemonic Generation: Create secure and random seed phrases using the BIP39 standard.
  • Multi-Wallet Support: Generate wallets for both Solana and Ethereum networks.
  • Real-Time Analytics: Integrated with Vercel Analytics for monitoring user interactions.
  • Responsive Design: Ensures compatibility across various devices and screen sizes.
  • User-Friendly Interface: Simple and intuitive UI for seamless user experience.

Demo

Wallet Generator Demo

Getting Started

Follow these instructions to set up and run the project locally.

Prerequisites

Ensure you have the following installed on your machine:

  • Node.js (v14 or later)
  • npm (v6 or later) or yarn

Installation

  1. Clone the Repository

    git clone https://github.com/VedantAnand17/Web3-Wallet.git
  2. Navigate to the Project Directory

    cd Web3-Wallet
  3. Install Dependencies

    Using npm:

    npm install

    Or using yarn:

    yarn install

Running the Application

After installing the dependencies, you can start the development server.

Using npm:

npm start

Or using yarn:

yarn start

The application will run at http://localhost:3000. Open this URL in your browser to view the Wallet Generator.

Project Structure

Note: This structure is alterable.

Web3-Wallet/
├── node_modules/
├── public/
│   ├── index.html
│   └── ...
├── src/
│   ├── components/
│   │   ├── SolanaWallet.js
│   │   ├── EthWallet.js
│   │   └── MnemonicContainer.js
│   ├── App.js
│   ├── index.js
│   └── ...
├── .gitignore
├── package.json
├── README.md
└── ...
  • public/: Contains the public assets and the main HTML file.
  • src/: Contains the source code of the application.
    • components/: Reusable React components.
    • App.js: The main application component.
    • index.js: Entry point of the React application.
  • package.json: Lists project dependencies and scripts.
  • README.md: Documentation of the project.

Technologies Used

  • React: Front-end JavaScript library for building user interfaces.
  • BIP39: Bitcoin Improvement Proposal for mnemonic seed phrases.
  • Vercel Analytics: Real-time analytics for monitoring application performance.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • JavaScript (ES6+): Programming language used for building the application.
  • Git & GitHub: Version control and repository hosting.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the Repository

    Click the "Fork" button at the top right of this page to create your own forked repository.

  2. Clone Your Fork

    git clone https://github.com/your-username/Web3-Wallet.git
  3. Create a New Branch

    git checkout -b feature/YourFeatureName
  4. Make Your Changes

    Commit your changes with clear and descriptive messages.

  5. Push to Your Fork

    git push origin feature/YourFeatureName
  6. Create a Pull Request

    Navigate to the original repository and click "Compare & pull request" to submit your changes for review.

License

This project is licensed under the MIT License.

Contact

If you have any questions, suggestions, or feedback, feel free to reach out!