{"id":21314116,"url":"https://github.com/bitxx/evm-inscriptions","last_synced_at":"2025-09-19T12:36:34.813Z","repository":{"id":211596418,"uuid":"729541468","full_name":"bitxx/evm-inscriptions","owner":"bitxx","description":"evm全链铭文mint批量程序，操作简单易上手，让你mint安全且快人一步","archived":false,"fork":false,"pushed_at":"2024-04-12T06:46:17.000Z","size":1226,"stargazers_count":46,"open_issues_count":6,"forks_count":16,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T12:03:19.097Z","etag":null,"topics":["bnb","ethereum","evm","golang","inscriptions","mint","polygon","reth"],"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/bitxx.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":"2023-12-09T14:59:32.000Z","updated_at":"2025-03-31T14:08:17.000Z","dependencies_parsed_at":"2024-11-14T22:02:34.624Z","dependency_job_id":"109983f9-e974-41c2-bb02-83a82af7fa23","html_url":"https://github.com/bitxx/evm-inscriptions","commit_stats":null,"previous_names":["bitxx/evm-inscriptions"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/bitxx/evm-inscriptions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitxx%2Fevm-inscriptions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitxx%2Fevm-inscriptions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitxx%2Fevm-inscriptions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitxx%2Fevm-inscriptions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitxx","download_url":"https://codeload.github.com/bitxx/evm-inscriptions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitxx%2Fevm-inscriptions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264923080,"owners_count":23683716,"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":["bnb","ethereum","evm","golang","inscriptions","mint","polygon","reth"],"created_at":"2024-11-21T18:10:41.703Z","updated_at":"2025-09-19T12:36:29.769Z","avatar_url":"https://github.com/bitxx.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# evm-inscriptions\nevm生态铭文脚本  \n`说明：`  \n用第三方平台打铭文，得提供自己的密钥，总是不太放心，为此自己开发了这个脚本。  \n代码很简单，没后门，为了方便使用，我编译了几个常用平台。不放心的可以自行审阅代码并重新编译\n\n**声明：本项目完全免费，只是出于个人爱好而分享。没有任何克扣gas和盗取私钥行为，如果不放心，请自行审阅代码并编译。使用期间，出现的任何问题，本项目及作者概不负责**\n\n**声明：针对有可能被第三方盗用本项目并改造成收费的，我只想说，吃相不要太难看，差不多就行了。我也不想花精力去纠结这些行为，只希望使用者能擦亮眼，都是自己的辛苦钱，别乱砸**\n\n![示例](/example.jpg)\n\n# 功能\n1. 理论上目前支持所有evm生态相关公链的铭文mint，目前我测试了`https://evm.ink/` 中的三条公链`ethereum、bnb、马蹄`,还有AVAX也测试通过，一次性mint百八十万张没什么问题，只要你gas足够多\n2. `注⚠️`：从`1.0.6`版本开始，一个私钥配置只能对应一个窗口程序mint，不可开多个窗口使用相同私钥，否则会因为nonce异常出现严重的mint异常。后续我会根据需要，考虑是否搞异步mint，提高效率。\n\n## 下载入口\n不想编译或者不会编译的，可以直接使用我编译好的二进制直接操作：[evm-inscriptions已编译程序下载入口](https://github.com/bitxx/evm-inscriptions/releases)  \n`再次强调`：该项目没有任何后门。如实在不放心，请自行审阅和编译。使用期间，出现的任何问题，本项目及作者概不负责。  \n\n## 针对windows的使用方式\n主要针对行外人  \n使用linux的用户，基本都会用命令，可参考下方windows版的使用方式：\n1. 解压后，得到两个文件：  \n   二进制程序`mint`  \n   配置文件`settings.yml`（根据需要调整里面的配置参数，具体参数作用，在里面的备注上已经做了详细解释）\n2. 这两个文件放在相同目录下，\n3. windows版，打开cmd命令框，并进入上述文件所在目录(该过程可以去网上找，到处都有讲解步骤)\n4. 然后输入：`./mint.exe` 回车，即可开始执行\n\n# 编译\n需要有golang环境，`1.21.5`及以上的版本\n\n```shell\n# 项目根目录添加依赖包\ngo mod tidy\n\n# 直接编译当前平台\ngo build -o mint main.go\n\n# 交叉编译windows\nCGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o mint.exe main.go\n\n# 交叉编译linux\nCGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o mint main.go\n```\n可使用该项目根目录的`build.sh`脚本，可快速各平台打包  \n`mint`二进制和配置文件`settings.yml`均在同一目录下，配置文件参数设置好，命令行进入当前目录，直接执行`mint`即可\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitxx%2Fevm-inscriptions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitxx%2Fevm-inscriptions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitxx%2Fevm-inscriptions/lists"}