Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 533 Bytes

README.md

File metadata and controls

28 lines (28 loc) · 533 Bytes

Mantle_Faucet


这是一个基于 Go 语言和 Gin 框架编写的Mantle_Faucet。

使用方法

  1. clone
    git clone https://github.com/StareMe/Mantle_Faucet.git
  1. 进入项目目录
    cd Mantle_Faucet
  1. 安装依赖
    go mod tidy
  1. 添加配置信息
   port: 6010
   interval: 24 # (24 hours) collection interval
   privateKey: Your wallet's private key 
   sepolia:
     explorerUrl: https://explorer.sepolia.mantle.xyz/tx/ 
  1. 运行
    go run main.go