Thanks to visit codestin.com
Credit goes to github.com

Skip to content

haiandaxia/polsMint

 
 

Repository files navigation

更新了脚本使用文档—马蹄POLY铭文脚本使用教程(来自社区).pdf

polsMint

PRC-20 POLS 自动化mint脚本

效果图

image

依赖环境

  • Python3环境
  • Git命令

使用说明(新版)

1. 下载项目源码

git clone https://github.com/chriscczhou/polsMint.git

2. 创建Python虚拟环境(非必需步骤)

cd polsMint
python -m venv venv
source venv/bin/activate

3. 安装依赖

pip install web3==6.11.3
pip install python-dotenv==1.0.0

4. 在.env文件中写入地址和私钥

5. 运行脚本

python polsMint.py

About

PRC-20 POLS 自动化mint脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%