{"id":20717515,"url":"https://github.com/rakibhossain72/AutoTokenGen","last_synced_at":"2025-09-27T12:31:10.709Z","repository":{"id":220676126,"uuid":"752266046","full_name":"rakibmia7254/AutoTokenGen","owner":"rakibmia7254","description":"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.","archived":false,"fork":false,"pushed_at":"2024-02-03T14:28:22.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-17T03:09:06.389Z","etag":null,"topics":["smart-contracts","solidity","token-generator","web3py"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rakibmia7254.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-03T14:27:25.000Z","updated_at":"2024-02-05T04:31:05.000Z","dependencies_parsed_at":"2024-02-03T15:31:16.407Z","dependency_job_id":"8f656612-d21b-45c3-a59d-be9cf4d58d89","html_url":"https://github.com/rakibmia7254/AutoTokenGen","commit_stats":null,"previous_names":["rakibmia7254/autotokengen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibmia7254%2FAutoTokenGen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibmia7254%2FAutoTokenGen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibmia7254%2FAutoTokenGen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibmia7254%2FAutoTokenGen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakibmia7254","download_url":"https://codeload.github.com/rakibmia7254/AutoTokenGen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234435232,"owners_count":18832092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["smart-contracts","solidity","token-generator","web3py"],"created_at":"2024-11-17T03:09:08.810Z","updated_at":"2025-09-27T12:31:05.444Z","avatar_url":"https://github.com/rakibmia7254.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# AutoTokenGen - Automatic ERC-20 Token Generator\n\nAutoTokenGen 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.\n\n## Features\n\n- **Easy Customization:** Modify parameters such as token name, symbol, initial supply, and more to create a token tailored to your needs.\n\n- **Automatic Deployment:** The program automates the deployment process, saving you time and effort.\n\n- **Web3.py Integration:** Utilizes the Web3.py library for seamless interaction with the blockchain.\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- Python 3\n- [Web3.py](https://web3py.readthedocs.io/en/stable/)\n- py-solc-x\n\n### Usage\n\n1. Clone the repository to your local machine:\n\n   ```bash\n   git clone https://github.com/rakibmia7254/AutoTokenGen.git\n   cd AutoTokenGen\n   ```\n   2.Customize the token parameters in the `main.py` file:\n   ```python\n   import  deploy\n   contract_deployer  =  deploy.ERC20Token(\n\t   rpc_url=\"https://data-seed-prebsc-1-s3.binance.org:8545/\",\n\t   gasPrice=5,\n\t   private_key=\"your_private_key\",\n\t   token_name='TestToken',\n\t   symbol='Test',\n\t   total_supply=10000000000,\n\t   dec=18\n   )\n   print(contract_deployer.deploy_contract())```\n\n\n3.Run the program:\n```bash\npython main.py\n```\nit will print your deployed contract address\n\n\n### License\nThis project is licensed under the MIT License - see the LICENSE file for details\n\n#### Author:\n1. Rakib Hossain\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibhossain72%2FAutoTokenGen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakibhossain72%2FAutoTokenGen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibhossain72%2FAutoTokenGen/lists"}