Giter Site home page Giter Site logo

everkrypton / autotokengen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rakibmia7254/autotokengen

0.0 0.0 0.0 6 KB

AutoTokenGen is a Python program that simplifies the process of creating and deploying ERC-20 tokens on the Ethereum blockchain. With customizable parameters, you can effortlessly generate your own tokens for various use cases.

License: MIT License

Python 57.52% Solidity 42.48%

autotokengen's Introduction

AutoTokenGen - Automatic ERC-20 Token Generator

AutoTokenGen is a Python program that simplifies the process of creating and deploying ERC-20 tokens on Any EVM blockchain. With customizable parameters, you can effortlessly generate your own tokens for various use cases.

Features

  • Easy Customization: Modify parameters such as token name, symbol, initial supply, and more to create a token tailored to your needs.

  • Automatic Deployment: The program automates the deployment process, saving you time and effort.

  • Web3.py Integration: Utilizes the Web3.py library for seamless interaction with the blockchain.

Getting Started

Prerequisites

Make sure you have the following installed:

Usage

  1. Clone the repository to your local machine:

    git clone https://github.com/rakibmia7254/AutoTokenGen.git
    cd AutoTokenGen

    2.Customize the token parameters in the main.py file:

    import  deploy
    contract_deployer  =  deploy.ERC20Token(
        rpc_url="https://data-seed-prebsc-1-s3.binance.org:8545/",
        gasPrice=5,
        private_key="your_private_key",
        token_name='TestToken',
        symbol='Test',
        total_supply=10000000000,
        dec=18
    )
    print(contract_deployer.deploy_contract())```
    

3.Run the program:

python main.py

it will print your deployed contract address

License

This project is licensed under the MIT License - see the LICENSE file for details

Author:

  1. Rakib Hossain

autotokengen's People

Contributors

rakibmia7254 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.