├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .obsidian 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 实用web3脚本 2 | -- 由Web3开源共建社区整理 3 | ## 铭文相关 4 | | 开源项目名称 | 项目链接 | 社区贡献者 | 5 | | :---------- | :------ | :------: | 6 | | 挖矿atomicals 上的代币工具-官方版本| [atomicals/_atomicals-js_](https://github.com/atomicals/atomicals-js) | atomicals | 7 | | atomicals-js 多进程版本 | [atomicals/_atomicals-js-boost_](https://github.com/wkler/atomicals-js-boost) | 0xRedPill 童大托 Panda 0xBalance | 8 | | EVM全链铭文批量_mint_脚本 | [zyxtoworld/batch_Mint_EvmInscriptions](https://github.com/zyxtoworld/batchMintEvmInscriptions) | zyxtoworld | 9 | | batchMintCias | [zyxtoworld/batchMintCias](https://github.com/zyxtoworld/batchMintCias) | zyxtoworld | 10 | | pow-erc20 Rust版本 | [pow-erc20](https://github.com/nishuzumi/pow-erc20) | BOX | 11 | | Boost-POW-ERC20-Miner | [Boost-POW-ERC20-Miner](https://github.com/wkler/Boost-POW-ERC20-Miner) | 0xRedPill | 12 | | 兼容 evm 的铭文 _Mint_ 工具 | [sfter/evm-_inscription_-_mint_](https://github.com/sfter/evm-inscription-mint) | sfter | 13 | | auto_mint_cia-20 with typescript | [solotop999/celestia-_mint_-_inscription_](https://github.com/solotop999/celestia-mint-inscription) | solotop999 | 14 | | A _minter_ and protocol for _inscriptions_ on Dogecoin | [cmyk47/fork--dogecoin-ordinals-drc-20-_inscription_-wallet](https://github.com/cmyk47/fork--dogecoin-ordinals-drc-20-inscription-wallet) | cmyk47 | 15 | | an _inscription_ _mint_ tool (铭文铸造脚本) | [volley86/_inscription__minter](https://github.com/volley86/inscription_minter) | volley86 | 16 | | python 铭文脚本 | [crypt0nX/_Inscription_Minter](https://github.com/crypt0nX/InscriptionMinter) | crypt0nX | 17 | | evm全链铭文_mint_批量程序(包括RETH项目)| [bitxx/evm-inscriptions](https://github.com/bitxx/evm-inscriptions) | bitxx | 18 | | filecoin _inscription_ _mint_ tool | [Icarus9913/fil-_inscription_-_mint_](https://github.com/Icarus9913/fil-inscription-mint) | Icarus9913 | 19 | | tia-20 auto _mint_ | [baitodev/celestia-_inscription_-auto-_mint_](https://github.com/baitodev/celestia-inscription-auto-mint) | baitodev | 20 | | 批量_mint_铭文工具 | [RauliIn/_inscription_-_mint_-bot](https://github.com/RauliIn/inscription-mint-bot) | RauliIn | 21 | | mint_-_inscription_-tia | [TuanTQ15/_mint_-_inscription_-tia](https://github.com/TuanTQ15/mint-inscription-tia) | TuanTQ15 | 22 | | 兼容 evm 的铭文 _Mint_ 工具 viem实现 | [xiaojia21190/viem-evm-_inscription_-_mint_](https://github.com/xiaojia21190/viem-evm-inscription-mint) | xiaojia21190 | 23 | | 兼容EVM链的铭文自动化Mint脚本 | [jacky915818/evm-_inscription_-_mint_](https://github.com/jacky915818/evm-inscription-mint) | jacky915818 | 24 | | coss | [coss](https://github.com/qzz0518/coss) | qzz0518 | 25 | | inscription EOSS EOS EVM chain | [bangban6/eos_evm_eoss-_mint_-](https://github.com/bangban6/eos_evm_eoss-mint-) | bangban6 | 26 | | celestia Batch Query | [celestiaBatchQuery](https://github.com/tcitds1/celestiaBatchQuery) | tcitds1 | 27 | | celestia铭文mint cias | [cias](https://github.com/zefzhou/cias) | zefzhou44 | 28 | | getgrass 挂机程序 代理功能 替代插件 | [getgrass-bot](https://github.com/ymmmmmmmm/getgrass_bot) | y | 29 | 30 | 31 | ## 撸毛相关 32 | | 开源项目名称 | 项目链接 | 社区贡献者 | 33 | | :---------- | :------ | :------: | 34 | | selenium metamask 自动撸毛 | [selenium metamask 自动撸毛](https://github.com/possib1e/py-selenium-metamask) | 小智 | 35 | 36 | ## 工具类 37 | | 开源项目名称 | 项目链接 | 社区贡献者 | 38 | | :---------- | :------ | :------: | 39 | | dc机器人(py版本) | [dc机器人 (聊天、领水等)](https://github.com/l333308/discord_bot) | SevAn° | 40 | 41 | ## 说明 42 | 本项目会及时更新实用的web3开源项目,紧跟市场趋势,如有错误,实属正常,请联系 wechat:riskpill 修改 或 提PR修改。 43 | 44 | ## 注意 45 | 使用以上脚本需要自己承担风险(Take Your Own Risk),如果造成资产损失与开源贡献者和本人无关(Do Your Own Research)。 46 | 47 | ## 贡献 48 | 有技术大佬想开源自己脚本的,欢迎提PR,添加时按照时间顺序向后添加。 49 | 经过审核可以进入web3开源共建社区群(目前群内有几十位技术大佬)。 50 | --------------------------------------------------------------------------------