这是一个基于 Go 语言和 Gin 框架编写的Mantle_Faucet。
- clone
git clone https://github.com/StareMe/Mantle_Faucet.git
- 进入项目目录
cd Mantle_Faucet
- 安装依赖
go mod tidy
- 添加配置信息
port: 6010
interval: 24 # (24 hours) collection interval
privateKey: Your wallet's private key
sepolia:
explorerUrl: https://explorer.sepolia.mantle.xyz/tx/
- 运行
go run main.go