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.
To install the Token Deployer, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/token-deployer.git
- Navigate to the project directory:
cd erc20-token-deployer
- Install the dependencies:
bun install
We welcome contributions to the Token Deployer project. To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your commit message"
- Push to the branch:
git push origin feature/your-feature-name
- Create a pull request.
This project is licensed under the MIT License. See the MIT file for details.