Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.19 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.19 KB

ERC20 Telegram Mini-app Token Deployer

Introduction

Token Deployer is a tool designed to simplify the process of deploying ERC-20 tokens throught a telegram mini app. It provides a user-friendly interface and automates the deployment process, making it accessible for developers of all skill levels.

Installation

To install the Token Deployer, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/token-deployer.git
  2. Navigate to the project directory:
    cd erc20-token-deployer
  3. Install the dependencies:
    bun install

Contributing

We welcome contributions to the Token Deployer project. To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m "Add your commit message"
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Create a pull request.

License

This project is licensed under the MIT License. See the MIT file for details.