Skip to content

faucet-terminal/Mantle_Faucet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages