Skip to content

JamesJimmyCrypto/GeneToken-ETH-Token-Launcher-with-Standard-and-Liquidity-Generator-Token-Type

 
 

Repository files navigation

Token Generator on Core DAO

alt text

Project Overview

This project is a Token Generator built on the BNB Chain using Vite and React. It allows users to create standard tokens (ERC/BRC) and liquidity generator tokens with various features such as max limit, max transaction limit, marketing and operation fees, burn fees, and liquidity fees.

Features

  • Standard Token (ERC/BRC): Create standard tokens following the ERC/BRC standards.
  • Liquidity Generator Token: Tokens that include built-in liquidity generation mechanisms.
  • Max Limit: Set a maximum limit for token supply.
  • Max Transaction Limit: Restrict the maximum number of tokens that can be transferred in a single transaction.
  • Marketing and Operation Fee: A percentage of each transaction can be directed to a marketing and operations wallet.
  • Burn Fee: A percentage of each transaction can be burned (removed from supply).
  • Liquidity Fee: A percentage of each transaction can be added to the liquidity pool and directed to a liquidity fee wallet.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/kunaldhongade/GeneToken.git
    cd GeneToken
  2. Install dependencies:

    npm install
  3. Run the project:

    npm run dev
  4. Project Launched:

    http://localhost:5173/

Usage

  1. Create a Standard Token:

    • Navigate to the token creation interface.
    • Enter the desired token parameters such as name, symbol, total supply, etc.
    • Deploy the token on the BNB Chain.

alt text

  1. Create a Liquidity Generator Token:

    • Similar to creating a standard token, but with additional parameters for liquidity fees, burn fees, etc.

alt text

  1. Configure Fees:
    • Set the marketing and operation fee percentage.
    • Set the burn fee percentage.
    • Set the liquidity fee percentage.

Configuration

Token Parameters

  • Name: The name of the token.
  • Symbol: The token symbol (e.g., BRC).
  • Total Supply: The total supply of the token.
  • Max Transaction Limit: The maximum number of tokens that can be transferred in a single transaction.
  • Marketing and Operation Fee: Percentage of each transaction sent to the marketing and operation wallet.
  • Burn Fee: Percentage of each transaction that will be burned.
  • Liquidity Fee: Percentage of each transaction added to the liquidity pool.

Wallets

  • Marketing and Operation Wallet: The wallet address where the marketing and operation fee is sent.
  • Burn Wallet: The wallet address used for burning tokens.
  • Liquidity Wallet: The wallet address where the liquidity fee is added.

Contributing

We welcome contributions from the community! This project is build for hacker-house-goa. To contribute, please fork the repository and create a pull request with your changes. Ensure your code follows the existing style and includes appropriate tests.

License

This Project is build for Hacker House Goa. So we consider project is licensed under the MIT License. See the LICENSE file for more details.

About

Generate Standard Token and liquidity Generator Token

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • CSS 4.7%
  • HTML 0.4%