{"id":25697910,"url":"https://github.com/deltartificial/batch-inscription-mint-go","last_synced_at":"2026-06-16T15:32:15.754Z","repository":{"id":224060567,"uuid":"762289014","full_name":"deltartificial/batch-inscription-mint-go","owner":"deltartificial","description":"📜 Batch Mint Inscription over EVM networks in Go","archived":false,"fork":false,"pushed_at":"2024-02-23T20:47:28.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T02:38:15.081Z","etag":null,"topics":["evm","golang","inscription-bot","inscriptions","mint"],"latest_commit_sha":null,"homepage":"","language":"Go","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/deltartificial.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,"publiccode":null,"codemeta":null}},"created_at":"2024-02-23T13:22:03.000Z","updated_at":"2024-02-23T13:24:20.000Z","dependencies_parsed_at":"2025-02-25T02:46:56.145Z","dependency_job_id":null,"html_url":"https://github.com/deltartificial/batch-inscription-mint-go","commit_stats":null,"previous_names":["deltartificial/batch-inscription-mint-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deltartificial/batch-inscription-mint-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Fbatch-inscription-mint-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Fbatch-inscription-mint-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Fbatch-inscription-mint-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Fbatch-inscription-mint-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deltartificial","download_url":"https://codeload.github.com/deltartificial/batch-inscription-mint-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Fbatch-inscription-mint-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34412788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["evm","golang","inscription-bot","inscriptions","mint"],"created_at":"2025-02-25T02:33:28.409Z","updated_at":"2026-06-16T15:32:15.735Z","avatar_url":"https://github.com/deltartificial.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# batch-inscription-mint-go\n 📜 Batch Mint Inscription over EVM networks in Go\n\n## Setup\n\nBefore running the application, ensure you have Go installed on your machine. Then, follow these steps to configure your environment.\n\n### 1. Clone the Repository\n\nClone the repository to your local machine:\n\n```bash\ngit clone https://github.com/deltartificial/batch-inscription-mint-go\ncd batch-inscription-mint-go\n```\n\n### 2. Install Dependencies\n\nInstall the required Go dependencies:\n\n```bash\ngo mod tidy\n```\n\nor\n\n```bash\ngo get .\n```\n\n### 3. Configure `.env` File\n\nCreate a `.env` file in the root of the project directory with the following variables:\n\nor, `export HTTP_RPC_URL=http://localhost:8545`, same for each one.\n\n```plaintext\nHTTP_RPC_URL=http://localhost:8545\nPRIVATE_KEY_HEX=your_private_key_hex_here\nNUM_WORKERS=5\nTRANSACTIONS_NUMBER=50\nJSON_DATA=\"data:,{\\\"p\\\":\\\"asc-20\\\",\\\"op\\\":\\\"mint\\\",\\\"tick\\\":\\\"BTC\\\",\\\"amt\\\":\\\"1\\\"}\"\n```\n\n- `HTTP_RPC_URL`: The URL of your Ethereum client's HTTP RPC endpoint.\n- `PRIVATE_KEY_HEX`: The private key hex string of the Ethereum account sending the transactions.\n- `NUM_WORKERS`: The number of worker goroutines to use for sending transactions.\n- `TRANSACTIONS_NUMBER`: The total number of transactions to send.\n- `JSON_DATA`: The JSON data to include with each transaction.\n\n### 4. Run the Application\n\nEnsure the `.env` file is configured correctly, then run the application:\n\n```bash\ngo run main.go\n```\n\n@author - deltartificial","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeltartificial%2Fbatch-inscription-mint-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeltartificial%2Fbatch-inscription-mint-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeltartificial%2Fbatch-inscription-mint-go/lists"}