{"id":17941844,"url":"https://github.com/zunxbt/contract-script","last_synced_at":"2025-04-06T16:11:00.606Z","repository":{"id":258901996,"uuid":"872258205","full_name":"zunxbt/contract-script","owner":"zunxbt","description":"Bash script to deploy multiple token contracts on any EVM chains (Testnet/Mainnet)","archived":false,"fork":false,"pushed_at":"2024-10-14T07:13:12.000Z","size":7,"stargazers_count":57,"open_issues_count":1,"forks_count":61,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T15:07:43.282Z","etag":null,"topics":["bash-script","contract","contract-deployer","foundry"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zunxbt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2024-10-14T06:02:09.000Z","updated_at":"2025-03-26T13:40:01.000Z","dependencies_parsed_at":"2024-10-22T05:38:56.559Z","dependency_job_id":null,"html_url":"https://github.com/zunxbt/contract-script","commit_stats":null,"previous_names":["zunxbt/contract-script"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunxbt%2Fcontract-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunxbt%2Fcontract-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunxbt%2Fcontract-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunxbt%2Fcontract-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zunxbt","download_url":"https://codeload.github.com/zunxbt/contract-script/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509221,"owners_count":20950232,"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":["bash-script","contract","contract-deployer","foundry"],"created_at":"2024-10-29T02:04:25.956Z","updated_at":"2025-04-06T16:11:00.571Z","avatar_url":"https://github.com/zunxbt.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=center\u003eContract Deployer on any EVM Chain (Testnet or Mainnet) \u003c/h2\u003e\n\n## Prerequisites\n- You need to have gas fee on the chain where u want to deploy token contract\n  - Let's say you are deploying contract on sepolia ethereum, then u need to have Sepolia $ETH in your wallet\n  - Let's say you are deploying contract on Ethereum mainnet, then u need to have ETH gas fee on Ethereum Mainnet\n- You need a RPC URL of that EVM Chain\n  - You can find your EVM chain RPC url on [Chainlist](https://chainlist.org)\n- Need to have terminal which support linux based command\n   - You can use either local terminal (Ubuntu)\n   - Or you can use Virtual IDE like [codespaces](https://github.com/codespaces)\n \n## Unique Features\n- **Batch Deployment:** Supports deploying multiple token contracts with optional random prefixes for token names (If you want to deploy 5 tokens, then it will ask u the token name 1 time, and then automatically add random 2 prefixes at the before of the name)\n- **Interactive Menu:** User-friendly interface for easy navigation and selection of actions.\n\n## Installations\n- You can use either this command\n ```bash\n  [ -f \"evm-contract.sh\" ] \u0026\u0026 rm evm-contract.sh; wget -q https://raw.githubusercontent.com/zunxbt/contract-script/refs/heads/main/evm-contract.sh \u0026\u0026 chmod +x evm-contract.sh \u0026\u0026 ./evm-contract.sh\n```\n- Or this command to run this script\n```bash\n  [ -f \"evm-contract.sh\" ] \u0026\u0026 rm evm-contract.sh; curl -sSL -o evm-contract.sh https://raw.githubusercontent.com/zunxbt/contract-script/refs/heads/main/evm-contract.sh \u0026\u0026 chmod +x evm-contract.sh \u0026\u0026 ./evm-contract.sh\n```\n## Troubleshooting\n- If you r facing issues like `curl command not found` then use this command to install curl and then run the above installation command that starts with curl\n```bash\nsudo apt update \u0026\u0026 sudo apt install curl\n```\n- If you r facing issues like `wget command not found` then use this command to install wget and then run the above installation command that starts with wget\n```bash\nsudo apt update \u0026\u0026 sudo apt install wget\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzunxbt%2Fcontract-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzunxbt%2Fcontract-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzunxbt%2Fcontract-script/lists"}